diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-08 15:54:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-08 15:54:02 +0200 |
commit | 8b1f4dc04f9d81a78b741d0f90f0fc9e0f31bb1f (patch) | |
tree | d17b2187afe60003baee4dd0034c67e727b52693 /recipes/gstreamer/gst-plugins-base_0.10.25.bb | |
parent | 43556d2323680e8649bb5b01bcc490eb8e1620be (diff) |
gst-plugins-base: add pango as dep
Diffstat (limited to 'recipes/gstreamer/gst-plugins-base_0.10.25.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb index b00234de2c..5862a65eb2 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -8,5 +8,5 @@ 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 += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" +DEPENDS += "pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" |