wok-next diff xorg-libXt/receipt @ rev 18000
qemu: enable curses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 25 12:57:51 2015 +0200 (2015-04-25) |
parents | b67414949731 |
children | 9f70134dc7a7 |
line diff
1.1 --- a/xorg-libXt/receipt Mon Dec 09 07:45:53 2013 +0000 1.2 +++ b/xorg-libXt/receipt Sat Apr 25 12:57:51 2015 +0200 1.3 @@ -10,10 +10,16 @@ 1.4 SOURCE="libXt" 1.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.6 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="xorg-libSM xorg-libX11" 1.10 BUILD_DEPENDS="xorg-libSM-dev xorg-libX11-dev glib-dev util-linux-uuid-dev" 1.11 1.12 +# Handle cross compilation. 1.13 +case "$ARCH" in 1.14 + arm) unset CFLAGS ;; 1.15 +esac 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {