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