name=xorg-libxcb
version=1.4
-release=1
+release=2
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
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"