diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:10:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | 7ff14ae54c238f33c5a41ba6c07724f8e4d3c47e (patch) | |
tree | 2cc957fcecba0dd48e55dc08647321c2ed3a85f5 /testing/waypipe | |
parent | b5f8ece2e2ec2b90bd37ce1972932a2592cef85d (diff) | |
download | aports-7ff14ae54c238f33c5a41ba6c07724f8e4d3c47e.tar.bz2 aports-7ff14ae54c238f33c5a41ba6c07724f8e4d3c47e.tar.xz |
testing/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'testing/waypipe')
-rw-r--r-- | testing/waypipe/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/waypipe/APKBUILD b/testing/waypipe/APKBUILD index a095b4b63c..b3acd938f9 100644 --- a/testing/waypipe/APKBUILD +++ b/testing/waypipe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Simon Zeni <simon@bl4ckb0ne.ca> pkgname="waypipe" pkgver="0.6.1" -pkgrel=0 +pkgrel=1 pkgdesc="A proxy for Wayland protocol applications." url="https://gitlab.freedesktop.org/mstoeckl/waypipe" arch="all" @@ -17,6 +17,7 @@ prepare() { meson build \ --prefix=/usr \ --mandir=/usr/share/man \ + --buildtype=plain \ -Dwerror=false \ -Db_ndebug=true } |