summaryrefslogtreecommitdiff
path: root/repo/libxcursor
diff options
context:
space:
mode:
Diffstat (limited to 'repo/libxcursor')
-rw-r--r--repo/libxcursor/libxcursor.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/libxcursor/libxcursor.xibuild b/repo/libxcursor/libxcursor.xibuild
index 4ae2314..756af4e 100644
--- a/repo/libxcursor/libxcursor.xibuild
+++ b/repo/libxcursor/libxcursor.xibuild
@@ -7,7 +7,7 @@ PKG_VER=1.2.0
SOURCE=https://www.x.org/pub/individual/lib/libXcursor-$PKG_VER.tar.bz2
build () {
- ./configure $XORG_CONFIG --docdir=$XORG_PREFIX/share/doc/libXcursor-$PKG_VER
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --docdir=/usr/share/doc/libXcursor-$PKG_VER
make
}