summaryrefslogtreecommitdiff
path: root/packages/e17/e-wm_svn.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-09-04 11:11:11 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-09-04 11:11:11 +0000
commit3a02d533d73cf7dfaddafb7992bcbdc1bc4258ca (patch)
tree3777c416a123a9ff54cb81b5a9fe8bcf3bae3d71 /packages/e17/e-wm_svn.bb
parent32d41843d7661e710d0dae6fc38a857210f74747 (diff)
bump e17 and illume, patch courtesy Rasterman
Diffstat (limited to 'packages/e17/e-wm_svn.bb')
-rw-r--r--packages/e17/e-wm_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb
index 7c3e950569..5850183b89 100644
--- a/packages/e17/e-wm_svn.bb
+++ b/packages/e17/e-wm_svn.bb
@@ -6,6 +6,8 @@ PR = "r11"
inherit e update-alternatives
+RDEPENDS += "shared-mime-info mime-support"
+
SRC_URI = "\
svn://svn.enlightenment.org/svn/e/trunk;module=e;proto=http \
file://disable-e-cursor.patch;patch=1 \
@@ -16,6 +18,7 @@ S = "${WORKDIR}/e"
EXTRA_OECONF = "\
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+ --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
--x-includes=${STAGING_INCDIR}/X11 \
--x-libraries=${STAGING_LIBDIR} \
--enable-simple-x11 \
@@ -43,8 +46,6 @@ do_install_append() {
install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/
}
-RDEPENDS += "shared-mime-info mime-support"
-
FILES_${PN} = "\
${bindir}/* \
${libdir}/enlightenment/modules/*/*.* \