wok diff xcb-util/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 23c3aed67cd9
children 124c3a7da04f
line diff
     1.1 --- a/xcb-util/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/xcb-util/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -9,9 +9,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://xcb.freedesktop.org"
     1.6  WGET_URL="$WEB_SITE/dist/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libxcb xorg-libXdmcp"
    1.10 -BUILD_DEPENDS="libxcb-dev libxcb gperf"
    1.11 +BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev gperf"
    1.12 +
    1.13 +# Handle cross compilation
    1.14 +case "$ARCH" in
    1.15 +	arm*) BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev" ;;
    1.16 +esac
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()