diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-10 14:33:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-10 14:33:55 +0000 |
commit | a16a829c4ef2335c75ff45591c71b891e2a4ebe8 (patch) | |
tree | d8acb305fe196ae885ef7fb6118ff97cfff3c064 /packages/efl1/ecore.inc | |
parent | ab154a507cd0cabf84f4822026075f22b35906a4 (diff) | |
parent | b53d9cb9172fa2bec04355930fc269af0bb87404 (diff) |
merge of 'b40ff574864609e2e568aaadd2819286b3608596'
and 'ea02b45427ce0c5be80c8d3e8e927a9d71168320'
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r-- | packages/efl1/ecore.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index b71a4b7582..28b8152964 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -2,17 +2,13 @@ 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" -DEPENDS = "curl directfb eet evas tslib" +DEPENDS = "curl eet evas tslib" # optional -# DEPENDS += "openssl virtual/libiconv" +# DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv" PV = "0.9.9.041+cvs${SRCDATE}" inherit efl_library -# SRC_URI += "file://configure.patch;patch=1 \ -# file://fix-tslib-configure.patch;patch=1 \ -# file://fix-directfb-include.patch;patch=1" - SRC_URI += "file://fix-directfb-include.patch;patch=1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore" |