diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-10 23:11:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-10 23:11:30 +0000 |
commit | f4f969a659645ac0ad184f1959f9213e0ae8be53 (patch) | |
tree | 2c870292829a5c1f3e77e9bb0f256b74295456db /packages/efl1/ecore.inc | |
parent | e83cd15cbbe73ab0dd97f3e07056d6e0fc03be59 (diff) | |
parent | 7e8411a730dbfa42b70ac583e14f64bd0465f2a3 (diff) |
merge of '503b3ade200ad628a4b30fab228c365b8c0cf2ea'
and '9910934c4f018cde20787ccaa558640752542098'
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" |