X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=5f4ac2b168f0cde9df506aa41bf16bf8a992203d;hb=a7aeaca7724951cc5d80546ab69f600723506744;hp=190fe1ba8a5a88e6f9b118d6e87c30144ad1f02b;hpb=16bd0e7bac653f849bcf34955caa8c3f375e04a3;p=platform%2Fupstream%2Fgstreamer.git diff --git a/meson_options.txt b/meson_options.txt index 190fe1b..5f4ac2b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,7 +4,21 @@ option('disable_gtkdoc', type : 'boolean', value : false) option('disable_examples', type : 'boolean', value : false) option('disable_gst_debug', type : 'boolean', value : false) option('disable_registry', type : 'boolean', value : false) +option('disable_tracer_hooks', type : 'boolean', value : false) option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared') 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') +option('with-ptp-helper-setuid-user', type : 'string', + description : 'User to switch to when installing gst-ptp-helper setuid root') +option('with-ptp-helper-setuid-group', type : 'string', + description : 'Group to switch to when installing gst-ptp-helper setuid root') +option('with-ptp-helper-permissions', type : 'combo', + choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')