diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 16:21:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 16:21:30 +0000 |
commit | 48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4 (patch) | |
tree | c2888825cf0a7215e10e4fad6dfaada1a110bf27 /packages/efl1/ecore.inc | |
parent | c4e8f04b905425b714041149e74fb7d3492e41a3 (diff) |
Enlightenment Foundation Libraries MONSTER update courtesy Rasterman
(mostly motivated by E switching their SCM)
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r-- | packages/efl1/ecore.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index a0d040888d..aa3962eda8 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -1,9 +1,9 @@ DESCRIPTION = "Ecore is the Enlightenment application framework library" LICENSE = "MIT BSD" -DEPENDS = "curl eet evas tslib libxtst libxscrnsaver" +DEPENDS = "curl eet evas tslib libxtst libxscrnsaver libxdamage libxrandr libxcursor" # optional # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv" -PV = "0.9.9.043+cvs${SRCDATE}" +PV = "0.9.9.043+svnr${SRCREV}" inherit efl |