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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1127>
This commit is contained in:
Nirbheek Chauhan 2021-10-13 02:58:29 +05:30 committed by GStreamer Marge Bot
parent c272d0bfcd
commit d9449b1d81

View 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)