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