diff options
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.patch | 25 |
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 @@ | |||
1 | From dd1406e40700df60a055db24d7358480b1fbc5bf Mon Sep 17 00:00:00 2001 | ||
2 | From: Mike Blumenkrantz <zmike@samsung.com> | ||
3 | Date: Mon, 3 Mar 2014 17:38:55 -0500 | ||
4 | Subject: [PATCH] remove another elm 1.8 requirement | ||
5 | |||
6 | Upstream-Status: backport dd1406e40700df60a055db24d7358480b1fbc5bf | ||
7 | --- | ||
8 | configure.ac | 1 - | ||
9 | 1 file changed, 1 deletion(-) | ||
10 | |||
11 | diff --git a/configure.ac b/configure.ac | ||
12 | index 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 | -- | ||
24 | 1.9.0 | ||
25 | |||