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-20 11:53:49 +0000 |
commit | f7e18547c17b7d9975cf62ffa58330ff9ffc62fb (patch) | |
tree | 27e7f5e2dab0c51f35015a10c974fbb5bf361fd2 /meta/recipes-multimedia/gstreamer/gst-player_git.bb | |
parent | 8ac0ba06a478a91987163efbf0515969339e3222 (diff) | |
download | poky-f7e18547c17b7d9975cf62ffa58330ff9ffc62fb.tar.gz |
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.
(From OE-Core rev: 3e521148bbec01ccd1818b0a26221ab6342a3299)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-player_git.bb')
-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" | |||
2 | LICENSE = "LGPL-2.0+" | 2 | LICENSE = "LGPL-2.0+" |
3 | LIC_FILES_CHKSUM = "file://gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d36823ec716a9ebcae593b9" | 3 | LIC_FILES_CHKSUM = "file://gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d36823ec716a9ebcae593b9" |
4 | 4 | ||
5 | DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3" | 5 | DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 glib-2.0-native" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/sdroege/gst-player.git \ | 7 | SRC_URI = "git://github.com/sdroege/gst-player.git \ |
8 | file://filechooser.patch;apply=0 \ | 8 | file://filechooser.patch;apply=0 \ |