rtsp-token: add some API to set fields from bindings
[platform/upstream/gstreamer.git] / meson_options.txt
index 16265d3..cf9d95f 100644 (file)
@@ -5,3 +5,7 @@ option('with-package-name', type : 'string',
        description : 'package name to use in plugins')
 option('with-package-origin', type : 'string', value : 'Unknown package origin',
        description : 'package origin URL to use in plugins')
+option('tests', type : 'boolean', value : true,
+       description : 'Build and enable unit tests')
+option('examples', type : 'boolean', value : true,
+       description : 'Build the examples')