CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
added .gitignore file
[attic/ports/xorg-cross.git] / xorg-libxcb / Pkgfile
index 9664edc652c193cc0692f1b1aad4be0585de6680..1d7b7c3cd9c48f54623179bc733a0a985ee57978 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: xorg-xcb-proto xorg-libxdmcp xorg-libxau libxslt libpthread-stubs
 
 name=xorg-libxcb
-version=1.4
+version=1.5
 release=1
 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
 
@@ -18,13 +18,13 @@ build() {
 
   echo "ac_cv_path_XSLTPROC=$CLFS/usr/bin/xsltproc" > config.cache
 
-  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs"
+  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs -lXau -lxslt -lxml2 -lz -lm"
   export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
   export XPROTO_LIBS="$X11_LIBS"
   export XPROTO_CFLAGS="$X11_CFLAGS"
   export XKBPROTO_LIBS="$X11_LIBS"
   export XKBPROTO_CFLAGS="$X11_CFLAGS"
-  export XDMCP_LIBS="$X11_LIBS"
+  export XDMCP_LIBS="$X11_LIBS -lXdmcp"
   export XDMCP_CFLAGS="$X11_CFLAGS"
   export XCBPROTO_LIBS="$X11_LIBS"
   export XCBPROTO_CFLAGS="$X11_CFLAGS"