libraries/edje: Fixed dep information

This commit is contained in:
ponce 2012-08-26 09:39:09 +02:00
parent a3120e9e77
commit 1a37ca5a04
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
Edje is part of Enlightenment DR17 foundation libraries.
Edje is a complex graphical design & layout library.
This requires lua, embryo, eet, evas, and ecore (in that order).

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://download.enlightenment.org/releases/edje-1.2.1.tar.bz2"
MD5SUM="880c390fdc279818bd88e5de1aa50893"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ecore eet embryo evas lua"
REQUIRES="ecore embryo lua"
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"