diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-13 00:50:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-13 00:50:47 +0000 |
commit | cef4e511868d109e5775ba2d21f7ef988b86f9a4 (patch) | |
tree | f578161abff8d88f9b837925054875b176950f7f /packages/efl/edb_1.0.5.004.bb | |
parent | 571a4fc239ca4358c47664c26683370354ce4f6f (diff) |
Fix dependencies for all EFL and E17 packages
Fix problems with edje/embryo (stage .inc files)
Add a patch for e-wm which will automatically scroll menus onto the screen when the cursor is within 5px of the edge of the screen
Enable edb frontends for GTK and ncurses
Diffstat (limited to 'packages/efl/edb_1.0.5.004.bb')
-rw-r--r-- | packages/efl/edb_1.0.5.004.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/efl/edb_1.0.5.004.bb b/packages/efl/edb_1.0.5.004.bb index 2dace0cb07..0a04a42844 100644 --- a/packages/efl/edb_1.0.5.004.bb +++ b/packages/efl/edb_1.0.5.004.bb @@ -1,12 +1,10 @@ DESCRIPTION = "EDB is a database convenience library wrapped around the \ Berkeley DB 2.7.7 by Sleepycat Software." -DEPENDS = "zlib" +DEPENDS = "zlib ncurses gtk+" LICENSE = "BSD" PR = "r0" inherit efl -EXTRA_OECONF = "--disable-gtk --disable-ncurses" - libdirectory = "src" |