[Buildroot] [git commit] package/gstreamer1/gst1-plugins-ugly: remove examples option

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Oct 26 19:50:43 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c98ca5f44ff6c7ab8bde5f22ba06b876557bcb33
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
output/build/gst1-plugins-ugly-1.18.5/meson.build:1:0: ERROR: Unknown options: "examples"

(WARNING for now, but will be an error in meson 0.60.0).

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Reviewed-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index b3dc765d07..a25110264e 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -14,7 +14,6 @@ GST1_PLUGINS_UGLY_LICENSE = LGPL-2.1+
 GST1_PLUGINS_UGLY_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
 
 GST1_PLUGINS_UGLY_CONF_OPTS += \
-	-Dexamples=disabled \
 	-Dtests=disabled \
 	-Ddoc=disabled
 



More information about the buildroot mailing list