summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2016-07-30 15:31:16 +0900
committerorumin2016-07-30 15:31:16 +0900
commit5c436fdeefb2249a8c483f8f0ce202ab4d339fa0 (patch)
treea8eea3814bf728b52981e0bc046d13eab650000a
parent9d31cc7811823e3f8e57d230456c8ee078d45005 (diff)
downloadaur-5c436fdeefb2249a8c483f8f0ce202ab4d339fa0.tar.gz
Add configure option to disable tests
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2d9f1e7f20..94caf402cb50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 11 17:29:11 UTC 2016
+# Sat Jul 30 06:31:07 UTC 2016
pkgbase = lib32-libinput
pkgdesc = library that handles input devices for display servers and other applications that need to directly deal with input devices. (32-bit)
pkgver = 1.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.freedesktop.org/wiki/Software/libinput/
install = libinput.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 16dbf3aca4c4..39d8f9f66e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libinput
pkgname="lib32-$_basename"
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices. (32-bit)"
arch=('x86_64')
url="http://www.freedesktop.org/wiki/Software/libinput/"
@@ -32,7 +32,7 @@ build() {
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- ./configure --prefix=/usr --disable-static \
+ ./configure --prefix=/usr --disable-static --disable-tests \
--build=i686-pc-linux-gnu --libdir=/usr/lib32
make
}