diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 13:48:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:45:54 +0000 |
commit | 3e521148bbec01ccd1818b0a26221ab6342a3299 (patch) | |
tree | 673ddb10d62b213df7dd53683ac86db3fcb62533 /meta/recipes-multimedia/gstreamer | |
parent | 087c89fd62db5701b268cfbb0bbdaf3be907daf0 (diff) | |
download | openembedded-core-3e521148bbec01ccd1818b0a26221ab6342a3299.tar.gz openembedded-core-3e521148bbec01ccd1818b0a26221ab6342a3299.tar.bz2 openembedded-core-3e521148bbec01ccd1818b0a26221ab6342a3299.zip |
sysprof/gst-player/pcmanfm: Add missing glib-2.0-native DEPENDS
These recipes use glib-2.0 NLS tools so we need to depend on glib-2.0-native.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index 2a4c9dcfbf..9a023ab5f7 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb +++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb @@ -2,7 +2,7 @@ SUMMARY = "GStreamer playback helper library and examples" LICENSE = "LGPL-2.0+" LIC_FILES_CHKSUM = "file://gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d36823ec716a9ebcae593b9" -DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3" +DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 glib-2.0-native" SRC_URI = "git://github.com/sdroege/gst-player.git \ file://filechooser.patch;apply=0 \ |