gstreamer/meson_options.txt

18 lines
784 B
Meson
Raw Normal View History

# Feature options for plugins with no external deps
option('rtspclientsink', type : 'feature', value : 'auto')
2018-09-19 11:10:14 +00:00
# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true,
description : 'Build the examples')
option('tests', type : 'feature', value : 'auto', yield : true,
description : 'Build and enable unit tests')
option('introspection', type : 'feature', value : 'auto', yield : true,
description : 'Generate gobject-introspection bindings')
2018-09-19 11:10:14 +00:00
# Common options
option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')
option('package-origin', type : 'string',
value : 'Unknown package origin', yield : true,
description : 'package origin URL to use in plugins')