mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
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:
parent
c272d0bfcd
commit
d9449b1d81
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue