From: Peter Korsgaard Date: Thu, 26 Feb 2009 08:05:14 +0000 (-0000) Subject: gst-plugins-good: remove dependencies for matroska plugin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f12e7def7c93bd76090d876a28d6350c98c747bb;p=buildroot.git gst-plugins-good: remove dependencies for matroska plugin This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg --- diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk index 99fea7b357..27bf6ad4cb 100644 --- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk +++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk @@ -171,7 +171,6 @@ endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA),y) GST_PLUGINS_GOOD_CONF_OPT += --enable-matroska -GST_PLUGINS_GOOD_DEPENDENCIES += zlib bzip2 else GST_PLUGINS_GOOD_CONF_OPT += --disable-matroska endif