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/e17/e-wm_20050810.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/e17/e-wm_20050810.bb')
-rw-r--r-- | packages/e17/e-wm_20050810.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/e17/e-wm_20050810.bb b/packages/e17/e-wm_20050810.bb index 2f6b3c3443..b5b137eb16 100644 --- a/packages/e17/e-wm_20050810.bb +++ b/packages/e17/e-wm_20050810.bb @@ -1,5 +1,5 @@ DESCRIPTION = "E17 - the Enlightenment Window Mananger" -DEPENDS = "freetype eet evas-x11 ecore-x11 embryo imlib2-x11 edje-native e" +DEPENDS = "virtual/evas virtual/ecore edje eet embryo e" LICENSE = "MIT" SECTION = "e/apps" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" @@ -7,7 +7,8 @@ CVSDATE = "${PV}" PR = "r0" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \ - file://fix-configure.patch;patch=1" + file://fix-configure.patch;patch=1 \ + file://fudge_screen_edges_for_menu.patch;patch=1" S = "${WORKDIR}/e" inherit autotools |