diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-14 20:52:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-14 21:00:11 +0100 |
commit | 64eae2b3c9e74a84a3f27ed68bdd91e2da7a3b5b (patch) | |
tree | 44b9866b0ee18bf7da439e467bbeff6cd9d53241 /recipes/efl1/ecore_svn.bb | |
parent | f86ca9a3415a7063e3d60d2d7810ac4928e8c9e6 (diff) |
ecore: add patch that fixes the ecore-fb touchscreen initialization
With this patch, we have a working touchscreen in framebuffer mode again
Diffstat (limited to 'recipes/efl1/ecore_svn.bb')
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index 2354673eb3..6fc4676214 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,10 +1,11 @@ require ecore.inc -PR = "r7" +PR = "r8" -SRC_URI += "file://iconv.patch;patch=1;maxrev=43996 \ - file://exit_uclibc_dns.patch;patch=1;maxrev=47076 \ - file://exit_uclibc.patch;patch=1 \ - " +SRC_URI += "\ + file://iconv.patch;patch=1;maxrev=43996 \ + file://exit_uclibc_dns.patch;patch=1;maxrev=47076 \ + file://exit_uclibc.patch;patch=1 \ +" EXTRA_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \ |