aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-09-23 16:32:30 -0400
committerMichael Smith <msmith@cbnco.com>2010-09-27 07:55:06 -0400
commitb64b1d26dc02014090eeea71f3f2807a48d2cddc (patch)
tree5c578d4d28b7a3235024051b9fb2233de3083415 /recipes/gstreamer
parent96eb8296fea83132afcca2bfccf2de2c9f03e211 (diff)
downloadopenembedded-b64b1d26dc02014090eeea71f3f2807a48d2cddc.tar.gz
gst-plugins-base 0.10.30: depend on gtk+
Some of the tests and examples require gtk. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.30.bb b/recipes/gstreamer/gst-plugins-base_0.10.30.bb
index e4fb2260db..08265626bd 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.30.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.30.bb
@@ -16,7 +16,7 @@ PROVIDES += "gst-plugins"
# if alsa has been built and is present. You will
# not get an error if this is not present, just
# a missing alsa plugin
-DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
+DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv gtk+"
# Needs a udev that enabled gudev, which isn't the default
EXTRA_OECONF_append = " --with-gudev"