summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: eb1cff59dca67f502c1834a248fad0c78313ae69 (plain)
1
2
3
4
5
6
7
8
9
10
11
option('gst_player_tests', type: 'boolean', value: false,
       description: 'Enable GstPlayer tests that need network access')

# Common options
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')