summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm/0001-remove-another-elm-1.8-requirement.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm/0001-remove-another-elm-1.8-requirement.patch')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/0001-remove-another-elm-1.8-requirement.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm/0001-remove-another-elm-1.8-requirement.patch b/meta-efl/recipes-efl/e17/e-wm/0001-remove-another-elm-1.8-requirement.patch
new file mode 100644
index 000000000..f4f034a8c
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/0001-remove-another-elm-1.8-requirement.patch
@@ -0,0 +1,25 @@
1From dd1406e40700df60a055db24d7358480b1fbc5bf Mon Sep 17 00:00:00 2001
2From: Mike Blumenkrantz <zmike@samsung.com>
3Date: Mon, 3 Mar 2014 17:38:55 -0500
4Subject: [PATCH] remove another elm 1.8 requirement
5
6Upstream-Status: backport dd1406e40700df60a055db24d7358480b1fbc5bf
7---
8 configure.ac | 1 -
9 1 file changed, 1 deletion(-)
10
11diff --git a/configure.ac b/configure.ac
12index 999df79..26f6775 100644
13--- a/configure.ac
14+++ b/configure.ac
15@@ -579,7 +579,6 @@ eina >= ${efl_version} \
16 eldbus >= ${efl_version} \
17 eio >= ${efl_version} \
18 elementary >= ${elm_version} \
19-elementary < 1.8.99 \
20 emotion >= ${efl_version} \
21 $udisks_mount \
22 $eeze_mount \
23--
241.9.0
25