diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:07:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | b5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch) | |
tree | ba48db1aed717196c3f9a0632703d67a86e38cdf /community/low-memory-monitor | |
parent | e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff) | |
download | aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2 aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz |
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/low-memory-monitor')
-rw-r--r-- | community/low-memory-monitor/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/low-memory-monitor/APKBUILD b/community/low-memory-monitor/APKBUILD index 10180e3131..8c1c41c16d 100644 --- a/community/low-memory-monitor/APKBUILD +++ b/community/low-memory-monitor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=low-memory-monitor pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Daemon to monitor memory usage and signal processes and the kernel" options="!check" # No testsuite url="https://gitlab.freedesktop.org/hadess/low-memory-monitor" @@ -20,6 +20,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=plain \ -Dgtk_doc=false \ -Dsystemdsystemunitdir=/DELETEME \ . output |