summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcursor/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxcursor/Pkgfile')
-rw-r--r--xorg/xorg-libxcursor/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxcursor/Pkgfile b/xorg/xorg-libxcursor/Pkgfile
index add86e25d..e32b5f8b2 100644
--- a/xorg/xorg-libxcursor/Pkgfile
+++ b/xorg/xorg-libxcursor/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxrender,xorg-libxfixes,xorg-libx11
name=xorg-libxcursor
-version=1.1.10
+version=1.1.11
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
build() {
cd libXcursor-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}