aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-25 15:26:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-27 12:49:20 +0200
commit46698617eb3ee7a5a2c638759654b6076a7bc058 (patch)
tree66e40e6653c7cb78ca83d9ec0e6c7b0367a41546 /meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
parent49cb17b4978bf586311f5b8ab4b1b3810098c297 (diff)
downloadmeta-openembedded-contrib-46698617eb3ee7a5a2c638759654b6076a7bc058.tar.gz
e-wm: add git recipe with latest revision
* E19 is still in alpha stage, but I was told that many things work there better than old(ish) E18 * last announcement: https://phab.enlightenment.org/phame/live/3/post/e19_alpha2_now_with_50_more_explosions/ * but be aware that illume2 modules are gone and config mobile doesn't work without them * there is new tiling config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.18.8.bb')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_0.18.8.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
index 0d65ca0bf5..6b4c9fc542 100644
--- a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
@@ -13,9 +13,3 @@ SRC_URI = "\
SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece"
SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb"
-
-do_configure_prepend() {
- sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac
-}
-
-PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"