meson: Remove duplicate definition of 'examples' option
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 12 Oct 2021 21:28:29 +0000 (02:58 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 12 Oct 2021 22:54:56 +0000 (22:54 +0000)
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1127>

subprojects/gst-editing-services/meson_options.txt

index 5f15a78..fe25f55 100644 (file)
@@ -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