From: Marcin Nowakowski Date: Fri, 10 Jun 2016 09:34:38 +0000 (+0200) Subject: gst1-plugins-good: cleanup of configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89699852c50c9add778da69c7ee3e1325ff3be78;p=buildroot.git gst1-plugins-good: cleanup of configure options taglib support has been added in 8299f30a, but the '--disable-taglib' option has not been removed from conf opts at the top of the .mk file Signed-off-by: Marcin Nowakowski Signed-off-by: Thomas Petazzoni --- diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk index 6dc322b6a6..8d7ff29618 100644 --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk @@ -30,8 +30,7 @@ GST1_PLUGINS_GOOD_CONF_OPTS += \ --disable-jack \ --disable-libdv \ --disable-dv1394 \ - --disable-shout2 \ - --disable-taglib + --disable-shout2 GST1_PLUGINS_GOOD_DEPENDENCIES = gstreamer1 gst1-plugins-base