From: Marcin Juszkiewicz Date: Mon, 27 Oct 2008 19:48:16 +0000 (+0100) Subject: gst-plugins-base: added missing dependencies X-Git-Tag: Release-2010-05/1~5584^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218c19c3ece41993cfe296657fafe65d316bfce9;p=openembedded.git gst-plugins-base: added missing dependencies --- 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"