CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xmodmap: initial import (verified compilation)
[attic/ports/xorg-cross.git] / xorg-libxi / Pkgfile
index 297a7957a48c749dd51de01a83c336bbf30cfdab..6555748f36a77b911db88d105c48140fcc97a35f 100644 (file)
@@ -7,13 +7,13 @@
 
 name=xorg-libxi
 version=1.3
-release=1
+release=2
 source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
 
 build() {
   cd libXi-$version
   
-  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs"
+  export X11_LIBS="-L$CLFS/usr/lib -lX11 -lXext"
   export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
   export XI_LIBS="$X11_LIBS"
   export XI_CFLAGS="$X11_CFLAGS"