wok diff enna/receipt @ rev 16170

e17 and enna: missing bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 01:24:13 2014 +0100 (2014-03-30)
parents 68f00cd672fd
children 861c07f3bec2
line diff
     1.1 --- a/enna/receipt	Sat Mar 29 23:45:46 2014 +0100
     1.2 +++ b/enna/receipt	Sun Mar 30 01:24:13 2014 +0100
     1.3 @@ -14,11 +14,12 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="eina eet ecore evas efreet edje edbus emotion ethumb elementary  \
     1.7 -libvalhalla libcurl xine-lib libexif alsa-lib libplayer"
     1.8 +embryo libvalhalla libcurl xine-lib libexif alsa-lib libplayer xorg-libXrandr"
     1.9  BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev efreet-dev edje-dev \
    1.10 -edbus-dev emotion-dev ethumb-dev elementary-dev curl-dev eio-dev \
    1.11 +edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev eio-dev \
    1.12  xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev libtool \
    1.13 -expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary"
    1.14 +expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \
    1.15 +xorg-libXrandr-dev"
    1.16  
    1.17  # Handle cross compilation
    1.18  case "$ARCH" in
    1.19 @@ -28,7 +29,6 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	while read name file; do
    1.25  		sed -i "s/name: \"$name\";/&\n\ttype: RECT;/" \
    1.26  			data/theme/default/$file.edc
    1.27 @@ -72,7 +72,11 @@
    1.28  -I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include \
    1.29  -I/usr/include/ethumb-1 \
    1.30  -I/usr/include/libxml2"
    1.31 -	./autogen.sh $CONFIGURE_ARGS &&
    1.32 +	./autogen.sh \
    1.33 +		--enable-libxrandr \
    1.34 +		--enable-backend-emotion \
    1.35 +		--enable-activity-tv \
    1.36 +		$CONFIGURE_ARGS &&
    1.37  	make -j 1 && make install
    1.38  }
    1.39