wok diff evas/receipt @ rev 14535

firefox-dev: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 19:05:54 2013 +0200 (2013-05-22)
parents 0941341ce316
children bf9149d0dfc6
line diff
     1.1 --- a/evas/receipt	Fri Apr 12 19:17:52 2013 +0200
     1.2 +++ b/evas/receipt	Wed May 22 19:05:54 2013 +0200
     1.3 @@ -8,10 +8,11 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.enlightenment.org/"
     1.6  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     1.7 +TAGS="e enlightenment efl"
     1.8  
     1.9 -DEPENDS="eina eet libxml2"
    1.10 -BUILD_DEPENDS="eina-dev eet-dev libpng-dev jpeg-dev expat-dev libxml2-dev \
    1.11 -freetype-dev"
    1.12 +DEPENDS="eet fontconfig freetype giflib libpng libxml2 tiff"
    1.13 +BUILD_DEPENDS="eet-dev expat-dev fontconfig-dev freetype-dev fribidi-dev
    1.14 +giflib-dev libpng-dev libxml2-dev tiff-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -23,6 +24,8 @@
    1.19  		--disable-doc \
    1.20  		--disable-install-examples \
    1.21  		--enable-cpu-c \
    1.22 +		--disable-wayland-shm \
    1.23 +		--disable-fb \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make && make install
    1.26  }