diff options
Diffstat (limited to 'packages/e17/e-wm_svn.bb')
-rw-r--r-- | packages/e17/e-wm_svn.bb | 5 |
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/*/*.* \ |