summaryrefslogtreecommitdiff
path: root/repo/xcb-util-cursor
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xcb-util-cursor')
-rw-r--r--repo/xcb-util-cursor/xcb-util-cursor.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xcb-util-cursor/xcb-util-cursor.xibuild b/repo/xcb-util-cursor/xcb-util-cursor.xibuild
index cae954b..f72a4da 100644
--- a/repo/xcb-util-cursor/xcb-util-cursor.xibuild
+++ b/repo/xcb-util-cursor/xcb-util-cursor.xibuild
@@ -9,7 +9,7 @@ SOURCE=https://xcb.freedesktop.org/dist/xcb-util-cursor-$PKG_VER.tar.bz2
DESC="XCB cursor library"
build () {
- ./configure $XORG_CONFIG &&
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static &&
make
}