diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 11:09:46 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 11:23:09 +0100 |
commit | 95cd3957ab19ce4f1443be02f95279dec9fba230 (patch) | |
tree | 74d3e3963d986cd2ab0c11a7fce1b2edddb7a205 /recipes | |
parent | e6d0b72e3694f4ecfdcfaeab70d7756261fc9cdb (diff) |
webkit-efl: remove Ecore_data.h include to fix build with newer EFL
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch | 10 | ||||
-rw-r--r-- | recipes/webkit/webkit-efl_git.bb | 5 |
2 files changed, 13 insertions, 2 deletions
diff --git a/recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch b/recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch new file mode 100644 index 0000000000..bbfba439a7 --- /dev/null +++ b/recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch @@ -0,0 +1,10 @@ +--- git.orig/WebKit/efl/EWebLauncher/main.c 2010-03-26 11:07:23.000000000 +0100 ++++ git/WebKit/efl/EWebLauncher/main.c 2010-03-26 11:07:29.000000000 +0100 +@@ -28,7 +28,6 @@ + #include "Api/EWebKit.h" + + #include <Ecore.h> +-#include <Ecore_Data.h> + #include <Ecore_Evas.h> + #include <Ecore_Getopt.h> + #include <Ecore_X.h> diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb index 0ca70a00fd..4120165873 100644 --- a/recipes/webkit/webkit-efl_git.bb +++ b/recipes/webkit/webkit-efl_git.bb @@ -5,10 +5,11 @@ DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \ sqlite3 libxslt gperf-native libxt" PV = "1.1.11+gitr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master \ - file://fix-build-with-newer-evas.patch;patch=1" + file://fix-build-with-newer-evas.patch;patch=1 \ + file://fix-build-with-newer-ecore.patch;patch=1" S = "${WORKDIR}/git" |