summaryrefslogtreecommitdiff
path: root/subprojects/gst-editing-services/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2021-10-13 02:58:29 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-10-12 22:54:56 +0000
commitd9449b1d819d4ace97710c0ecf713fe9053836f1 (patch)
tree043f09539409814ca0f9392cd3bc076344b1c8fa /subprojects/gst-editing-services/meson_options.txt
parentc272d0bfcd173c4727992ef7b812b3e1c9da0b7e (diff)
downloadgstreamer-d9449b1d819d4ace97710c0ecf713fe9053836f1.tar.gz
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>
Diffstat (limited to 'subprojects/gst-editing-services/meson_options.txt')
-rw-r--r--subprojects/gst-editing-services/meson_options.txt1
1 files changed, 0 insertions, 1 deletions
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