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