aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch
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/0001-configure.ac-add-foreign.patch
parent49cb17b4978bf586311f5b8ab4b1b3810098c297 (diff)
downloadmeta-openembedded-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/0001-configure.ac-add-foreign.patch')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch b/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch
new file mode 100644
index 0000000000..14899d5147
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch
@@ -0,0 +1,29 @@
+From 8526270c418a5dc3d737a8eaff315209433f69d2 Mon Sep 17 00:00:00 2001
+From: Martin Jansa <Martin.Jansa@gmail.com>
+Date: Mon, 25 Aug 2014 16:06:03 +0200
+Subject: [PATCH] configure.ac: add foreign
+
+* fixes:
+ | configure.ac:312: error: required file './ABOUT-NLS' not found
+
+Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 62c0f6d..49b290b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -34,7 +34,7 @@ AH_BOTTOM([
+ #endif /* EFL_CONFIG_H__ */
+ ])
+
+-AM_INIT_AUTOMAKE([1.11 dist-bzip2 -Wno-portability])
++AM_INIT_AUTOMAKE([1.11 dist-bzip2 -Wno-portability foreign])
+ AM_SILENT_RULES([yes])
+
+ AC_USE_SYSTEM_EXTENSIONS
+--
+2.0.4
+