diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-27 20:48:16 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-27 20:48:53 +0100 |
commit | 218c19c3ece41993cfe296657fafe65d316bfce9 (patch) | |
tree | c52e0b31900d85b1d0bce34252381188cb5ee153 | |
parent | 5c9fa982d6457efdef97063a96cfa0d4910cdf5c (diff) |
gst-plugins-base: added missing dependencies
-rw-r--r-- | packages/gstreamer/gst-plugins-base_0.10.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gstreamer/gst-plugins-base_0.10.17.bb b/packages/gstreamer/gst-plugins-base_0.10.17.bb index 56c9bfab04..e045d218d2 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.17.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.17.bb @@ -6,7 +6,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 += "alsa-lib libsm" +DEPENDS += "alsa-lib libsm virtual/libx11 freetype" PR = "r3" |