wok-6.x diff edje/receipt @ rev 11960
Merge a patch to fix svg support I forgot to push weeks ago. The problem has been fixed since but I think that this patch handle things better.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Mar 01 18:08:04 2012 +0100 (2012-03-01) |
parents | 03b99851e086 |
children | c39e463afc91 |
line diff
1.1 --- a/edje/receipt Wed May 25 14:17:58 2011 +0200 1.2 +++ b/edje/receipt Thu Mar 01 18:08:04 2012 +0100 1.3 @@ -9,9 +9,8 @@ 1.4 WEB_SITE="http://www.enlightenment.org/" 1.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.6 1.7 -DEPENDS="eina eet evas embryo ecore lua libcroco libgnutls librsvg fribidi libcurl" 1.8 -BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev libcroco-dev \ 1.9 -gnutls-dev librsvg-dev fribidi-dev curl-dev" 1.10 +DEPENDS="eina eet evas embryo ecore lua" 1.11 +BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()