diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-29 20:59:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-29 20:59:20 +0000 |
commit | 93ec531fc6350057fd4503c2d3d45b9164f5700a (patch) | |
tree | a48483af6e72f8695be5fb4529acb5b2bc8a33ef /packages/efl1/ecore.inc | |
parent | 5167c78c542c14d410d04cd446d57044c40cf391 (diff) |
efl: update to 20080129, fix some LICENSE entries, enable software-x11-16 engine again
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r-- | packages/efl1/ecore.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index eacde2d012..6175c605c0 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -1,11 +1,9 @@ -DESCRIPTION = "Ecore is the core event abstraction layer for the enlightenment \ -foundation libraries. It makes makes doing selections, drag and drop, event loops, \ -timeouts and idle handlers fast, optimized, and convenient." -LICENSE = "MIT" +DESCRIPTION = "Ecore is the Enlightenment application framework library" +LICENSE = "MIT BSD" DEPENDS = "curl eet evas tslib" # optional # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv" -PV = "0.9.9.041+cvs${SRCDATE}" +PV = "0.9.9.042+cvs${SRCDATE}" inherit efl_library |