summaryrefslogtreecommitdiff
path: root/packages/e17/e-wm_0.16.999.038.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 03:51:17 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 03:51:17 +0000
commita375ded2d26d83858eb03dcb716f76969f8efa4c (patch)
tree31df8b093e56d48282878cef75d8fd02f051407e /packages/e17/e-wm_0.16.999.038.bb
parent2a018a41a0106416788e36c574375c7654f27e33 (diff)
e17 applications: catch up with EFL overhaul
Diffstat (limited to 'packages/e17/e-wm_0.16.999.038.bb')
-rw-r--r--packages/e17/e-wm_0.16.999.038.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/e17/e-wm_0.16.999.038.bb b/packages/e17/e-wm_0.16.999.038.bb
index cf25ad08e8..1204ed9ecc 100644
--- a/packages/e17/e-wm_0.16.999.038.bb
+++ b/packages/e17/e-wm_0.16.999.038.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "E17 - the Enlightenment Window Mananger"
-DEPENDS = "evas-x11 ecore-x11 edje eet embryo efreet"
+DEPENDS = "eet evas ecore edje efreet"
LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
inherit e update-alternatives
@@ -28,8 +28,8 @@ FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.a ${libdir}/enlightenm
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/ ${libdir}/enlightenment/preload/.debug/"
do_compile_prepend() {
- find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
- find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
+ find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+ find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
}
do_install_append() {