git » kwayland.git » commit 0143182

Disable tests

author Andrea Scarpino
2014-10-15 16:48:51 UTC
committer Andrea Scarpino
2014-10-15 16:48:51 UTC
parent 296c3a04d94a01167b8a805cd713851734630a35

Disable tests

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index bdc7d98..cf2a16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('LGPL')
-depends=('qt5-base' 'wayland')
+depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/stable/plasma/5.1.0/kwayland-$pkgver.tar.xz")
 md5sums=('9e1e1192e77bb3312bf9adf867659abf')
@@ -22,7 +22,8 @@ build() {
   cmake ../$pkgname-5.1.0 \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF
   make
 }