X-Git-Url: http://gitweb/?a=blobdiff_plain;f=xorg-libx11%2FPkgfile;h=90138f9964ac5d96bc5ec9d65650975d837607a6;hb=bab2a29c1679755563ae509851cc0b1c30e54dae;hp=a40bdfb9ddd05623d41d6bbd573e667d78950510;hpb=7e09198ce128dccad96a40f93694672edb523b13;p=attic%2Fports%2Fxorg-cross.git diff --git a/xorg-libx11/Pkgfile b/xorg-libx11/Pkgfile index a40bdfb..90138f9 100644 --- a/xorg-libx11/Pkgfile +++ b/xorg-libx11/Pkgfile @@ -1,12 +1,12 @@ # Description: X client library # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org -# Depends on: xorg-libxcb xorg-xextproto xorg-xtrans org-kbproto xorg-inputproto +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: xorg-libxcb xorg-xextproto xorg-xtrans xorg-kbproto xorg-inputproto name=xorg-libx11 version=1.3.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2) build() { @@ -15,13 +15,14 @@ build() { sed -i configure \ -e "s|KEYSYMDEF=.*|KEYSYMDEF=\"$CLFS/usr/include/X11/keysymdef.h\"|" - export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs" + export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs -lxcb " export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" + export X11_CFLAGS="$X11_CFLAGS -I$CLFS/usr/include/X11/Xtrans" 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" ./configure --build=$CHOST \