wok diff xorg-libX11/receipt @ rev 16556
Up: spk (1.4.2) - Critical bug fix for config files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 30 14:37:37 2014 +0200 (2014-04-30) |
parents | 5ddb4d29b420 |
children | 814c58f64f83 |
line diff
1.1 --- a/xorg-libX11/receipt Sun Jun 02 09:36:07 2013 +0000 1.2 +++ b/xorg-libX11/receipt Wed Apr 30 14:37:37 2014 +0200 1.3 @@ -10,10 +10,11 @@ 1.4 SOURCE="libX11" 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="libxcb" 1.10 +DEPENDS="libxcb xorg-libXau xorg-libXdmcp" 1.11 BUILD_DEPENDS="xorg-xtrans libxcb-dev xorg-kbproto xorg-xf86bigfontproto \ 1.12 -xorg-inputproto xorg-xextproto" 1.13 +xorg-inputproto xorg-xextproto xorg-libXau-dev xorg-libXdmcp-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()