From: Peter Korsgaard Date: Mon, 18 Jan 2016 21:36:04 +0000 (+0100) Subject: gst1-plugins-ugly: fix variable name typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edbc21d2706842a38c08f0ae389f043b990e34cd;p=buildroot.git gst1-plugins-ugly: fix variable name typo The wrong variable name was used for the configure options. Reported-by: Vincent Dehors Signed-off-by: Peter Korsgaard --- diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk index 4d13b7b9e9..08315397b7 100644 --- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk +++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk @@ -13,7 +13,7 @@ GST1_PLUGINS_UGLY_LICENSE = LGPLv2.1+ GST1_PLUGINS_UGLY_CONF_OPTS = --disable-examples --disable-valgrind -GST_PLUGINS_BAD1_CONF_OPTS += \ +GST1_PLUGINS_UGLY_CONF_OPTS += \ --disable-a52dec \ --disable-amrnb \ --disable-amrwb \