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