summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotfood2019-02-06 23:22:56 -0500
committernotfood2019-02-06 23:23:24 -0500
commitef664a11c430f8b6350203cd0fedfa230573002d (patch)
treee5d686040c4d8499660e1d8c4433966e59fce0ec
parent376e268396a01fb15c141945c5ed02b8070553b3 (diff)
downloadaur-ef664a11c430f8b6350203cd0fedfa230573002d.tar.gz
Arch requires DKIS_TABLET=on
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63a784ca4c96..f30e77f07cc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('karchive' 'qt5-multimedia' 'qt5-tools' 'qt5-svg' 'ninja' 'cmake')
source=("http://drawpile.net/files/src/${pkgbase}-${pkgver}.tar.gz")
sha256sums=('f34a9be3414dca26d059e292e994eaa05932cca70a465a39be9c02067b460140')
-_cmakeargs+=('-Wno-dev')
+_cmakeargs+=('-Wno-dev' '-DKIS_TABLET=ON')
build() {
cd "${pkgbase}-${pkgver}"