diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 23:33:53 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:30 +0200 |
commit | f4fa7239f3dcd7f0567a2c08fcb5a5f9de4ed455 (patch) | |
tree | 797496f4bc75db731d11e13cc5b499f2acc4f19b /meta-efl | |
parent | 23670b64f7022da55f7db2f885abaf2317a18c24 (diff) | |
download | meta-openembedded-f4fa7239f3dcd7f0567a2c08fcb5a5f9de4ed455.tar.gz |
webkit-efl: add dependency on gstreamer
* fails without it:
| -- checking for module 'gstreamer-0.10'
| -- package 'gstreamer-0.10' not found
| -- checking for module 'gstreamer-base-0.10'
| -- package 'gstreamer-base-0.10' not found
| -- checking for module 'gstreamer-app-0.10'
| -- package 'gstreamer-app-0.10' not found
| -- checking for module 'gstreamer-audio-0.10'
| -- package 'gstreamer-audio-0.10' not found
| -- checking for module 'gstreamer-fft-0.10'
| -- package 'gstreamer-fft-0.10' not found
| -- checking for module 'gstreamer-interfaces-0.10'
| -- package 'gstreamer-interfaces-0.10' not found
| -- checking for module 'gstreamer-pbutils-0.10'
| -- package 'gstreamer-pbutils-0.10' not found
| -- checking for module 'gstreamer-video-0.10'
| -- package 'gstreamer-video-0.10' not found
| CMake Error at cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
| Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb index cf6fba76b..2a047b809 100644 --- a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb +++ b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Source/WebKit/LICENSE;md5=4646f90082c40bcf298c285f8ba | |||
7 | 7 | ||
8 | DEPENDS = "icu libxslt sqlite3 gperf-native bison-native flex-native jpeg \ | 8 | DEPENDS = "icu libxslt sqlite3 gperf-native bison-native flex-native jpeg \ |
9 | libpng libxt fontconfig cairo freetype glib-2.0 libsoup-2.4 \ | 9 | libpng libxt fontconfig cairo freetype glib-2.0 libsoup-2.4 \ |
10 | libxml2 pango eina ecore evas edje edbus" | 10 | libxml2 pango eina ecore evas edje edbus gstreamer" |
11 | 11 | ||
12 | # 120145 and 122103 introduces dependency on libsoup-2.39.3 and glib-networking-2.33.2 | 12 | # 120145 and 122103 introduces dependency on libsoup-2.39.3 and glib-networking-2.33.2 |
13 | SRCREV = "120144" | 13 | SRCREV = "120144" |