From d9449b1d819d4ace97710c0ecf713fe9053836f1 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 13 Oct 2021 02:58:29 +0530 Subject: [PATCH] meson: Remove duplicate definition of 'examples' option This is a hard error starting with Meson 0.60.0rc1, due to https://github.com/mesonbuild/meson/pull/9184#issuecomment-941603358 The upstream change might get reverted before release, but we should of course fix this regardless. Part-of: --- subprojects/gst-editing-services/meson_options.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gst-editing-services/meson_options.txt b/subprojects/gst-editing-services/meson_options.txt index 5f15a784da..fe25f553fd 100644 --- a/subprojects/gst-editing-services/meson_options.txt +++ b/subprojects/gst-editing-services/meson_options.txt @@ -23,4 +23,3 @@ option('libpython-dir', type : 'string', value : '', description: 'Path to find libpythonXX.so') option('validate', type : 'feature', value : 'auto', yield: true, description: 'Enable GstValidate integration.') -option('examples', type : 'feature', value : 'auto', yield : true) \ No newline at end of file