summaryrefslogtreecommitdiff
path: root/user/libinput
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 06:35:08 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 06:35:08 +0000
commitcd19523e74f295530c3b71cc63875be405ecd440 (patch)
tree7616e2623fee7a5647c371e2411fb3b49d5a330f /user/libinput
parent77949b06d7203a8502bd217f58cfbbcbac034c7c (diff)
downloadpackages-cd19523e74f295530c3b71cc63875be405ecd440.tar.gz
packages-cd19523e74f295530c3b71cc63875be405ecd440.tar.bz2
packages-cd19523e74f295530c3b71cc63875be405ecd440.tar.xz
packages-cd19523e74f295530c3b71cc63875be405ecd440.zip
user/libinput: don't build tests either (requires check which isn't installed any more)
Diffstat (limited to 'user/libinput')
-rw-r--r--user/libinput/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/libinput/APKBUILD b/user/libinput/APKBUILD
index 8c2db00bb..d6b413fa9 100644
--- a/user/libinput/APKBUILD
+++ b/user/libinput/APKBUILD
@@ -18,7 +18,7 @@ build() {
meson --prefix=/usr \
-Dlibwacom=true \
-Ddebug-gui=false \
- -Dtests=true builddir/
+ -Dtests=false builddir/
ninja -C builddir/
}