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/webkit/webkit-efl_git.bb | |
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/webkit/webkit-efl_git.bb')
-rw-r--r-- | recipes/webkit/webkit-efl_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" |