diff options
Diffstat (limited to 'repo/xcb-util-image')
-rw-r--r-- | repo/xcb-util-image/xcb-util-image.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xcb-util-image/xcb-util-image.xibuild b/repo/xcb-util-image/xcb-util-image.xibuild index e11280a..5b10e11 100644 --- a/repo/xcb-util-image/xcb-util-image.xibuild +++ b/repo/xcb-util-image/xcb-util-image.xibuild @@ -9,7 +9,7 @@ SOURCE=https://xcb.freedesktop.org/dist/xcb-util-image-$PKG_VER.tar.bz2 DESC="Utility libraries for XC Binding, with ports of Xlib's XImage" build () { - ./configure $XORG_CONFIG && + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static && make } |