summaryrefslogtreecommitdiff
path: root/repo/xf86-input-evdev
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xf86-input-evdev')
-rw-r--r--repo/xf86-input-evdev/xf86-input-evdev.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xf86-input-evdev/xf86-input-evdev.xibuild b/repo/xf86-input-evdev/xf86-input-evdev.xibuild
index de4aeed..2b2dedd 100644
--- a/repo/xf86-input-evdev/xf86-input-evdev.xibuild
+++ b/repo/xf86-input-evdev/xf86-input-evdev.xibuild
@@ -9,7 +9,7 @@ PKG_VER=2.10.6
SOURCE=https://www.x.org/pub/individual/driver/xf86-input-evdev-$PKG_VER.tar.bz2
build () {
- ./configure $XORG_CONFIG
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
}