From 176d86a3b52a87098ebbc832c93c22a4fd91db9c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 20 Dec 2022 17:39:05 +0100 Subject: gst-plugins: disable nls and update options --- extra/gst-plugins/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/gst-plugins/build b/extra/gst-plugins/build index 06055851..e3f18570 100755 --- a/extra/gst-plugins/build +++ b/extra/gst-plugins/build @@ -20,10 +20,11 @@ for plugin in libav good bad ugly; do ( # Enable auto-features in gst-plugins cl-meson \ --auto-features=auto \ - "$(check_option example false)" \ + "$(check_option examples disabled)" \ + "$(check_option nls disabled)" \ "$(check_option introspection disabled)" \ "$(check_option tests ${test:-disabled})" \ - "$(check_option qt5 disabled)" \ + "$(check_option qt5 disabled)" \ . output ninja -C output -- cgit v1.2.3