wok diff xorg-xcompmgr/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents eb8067417980
children 7d6acea63cbf
line diff
     1.1 --- a/xorg-xcompmgr/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xcompmgr/receipt	Wed Apr 23 15:29:12 2014 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/app/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \
    1.10  xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb"
    1.11 @@ -20,7 +21,6 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make && make install