# HG changeset patch # User Christophe Lincoln # Date 1305632742 -7200 # Node ID e2a1bd72d93d73308d36957cb68b2bad521fc1ff # Parent 565cc40cc6d66f9bffcc10c38339a0197f2d4bb7 edje: fix bdeps (need also evas) diff -r 565cc40cc6d6 -r e2a1bd72d93d edje/receipt --- a/edje/receipt Tue May 17 13:44:00 2011 +0200 +++ b/edje/receipt Tue May 17 13:45:42 2011 +0200 @@ -9,8 +9,8 @@ WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" -DEPENDS="eina eet embryo ecore lua" -BUILD_DEPENDS="eina-dev eet-dev embryo-dev ecore-dev lua-dev" +DEPENDS="eina eet evas embryo ecore lua" +BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev" # Rules to configure and make the package. compile_rules()