summaryrefslogtreecommitdiffstats
path: root/extra/xorg-inputproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xorg-inputproto/Pkgfile')
-rw-r--r--extra/xorg-inputproto/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/xorg-inputproto/Pkgfile b/extra/xorg-inputproto/Pkgfile
index d793e2692..6f36bf6da 100644
--- a/extra/xorg-inputproto/Pkgfile
+++ b/extra/xorg-inputproto/Pkgfile
@@ -4,14 +4,15 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-inputproto
-version=2.0.2
+version=2.1.99.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
build() {
cd inputproto-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --enable-unstable-protocol
make
make DESTDIR=$PKG install