CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxkbfile: fixed LIBS and CFLAGS
[attic/ports/xorg-cross.git] / xorg-libxkbfile / Pkgfile
index 47dd13af526c6ddabe28eea53f70683b38644e9d..aec081651678d116533c8b882204bf226b9cf622 100644 (file)
@@ -6,13 +6,13 @@
 
 name=xorg-libxkbfile
 version=1.0.6
-release=1
+release=2
 source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version.tar.bz2)
 
 build() {
   cd libxkbfile-$version
 
-  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs"
+  export X11_LIBS="-L$CLFS/usr/lib -lX11"
   export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" 
   export XKBFILE_LIBS="$X11_LIBS"
   export XKBFILE_CFLAGS="$X11_CFLAGS"