mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
b0404761f0
And enable by default. Was implicitly disabled because ENABLE_NLS was not defined.
13 lines
765 B
Meson
13 lines
765 B
Meson
option('gst_player_tests', type: 'boolean', value: false,
|
|
description: 'Enable GstPlayer tests that need network access')
|
|
|
|
# Common options
|
|
option('nls', type : 'boolean', value : true, yield: true,
|
|
description : 'Enable native language support (translations)')
|
|
option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', yield : true)
|
|
option('introspection', type : 'boolean', value : true, yield : true,
|
|
description : 'Generate gobject-introspection bindings')
|
|
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')
|