wok diff embryo/receipt @ rev 16125

ARM: add xorg-libXdamage and conky
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 23 22:52:11 2014 +0100 (2014-03-23)
parents d9de898378a5
children 0efad4f40bd9
line diff
     1.1 --- a/embryo/receipt	Tue Nov 05 20:57:49 2013 +0100
     1.2 +++ b/embryo/receipt	Sun Mar 23 22:52:11 2014 +0100
     1.3 @@ -10,6 +10,7 @@
     1.4  WEB_SITE="http://www.enlightenment.org/"
     1.5  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     1.6  TAGS="e enlightenment efl"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="eina"
    1.10  BUILD_DEPENDS="eina-dev"
    1.11 @@ -17,6 +18,9 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 +	export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include -I/cross/$ARCH/sysroot/usr/include/eina-1"
    1.16 +	export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib"
    1.17 +	export PKG_CONFIG_PATH="/cross/$ARCH/sysroot/usr/lib/pkgconfig:/usr/lib/pkgconfig"
    1.18  	./configure $CONFIGURE_ARGS &&
    1.19  	make $MAKEFLAGS && make install
    1.20  }