meson: Add configinc as include_directory in tools/
[platform/upstream/gstreamer.git] / meson_options.txt
index 190fe1b..946e49d 100644 (file)
@@ -8,3 +8,10 @@ option('library_format', type : 'combo', choices : ['shared', 'static', 'both'],
 option('disable_introspection',
         type : 'boolean', value : false,
         description : 'Whether to disable the introspection generation')
+option('disable_libunwind',
+        type : 'boolean', value : false,
+        description : 'Whether to disable the usage of libunwind (to generate backtraces)')
+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')