wok-current diff xcb-util/receipt @ rev 16604
Renam piface example in test
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 23:50:42 2014 +0200 (2014-05-07) |
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 Wed May 07 23:50:42 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()