blob: 67c6904a65a7fcea232f30d8120a0bde330c7f88 [file] [log] [blame]
Nirbheek Chauhan42af2d62016-08-12 21:21:45 +05301option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
Thibault Sauniercea43462017-01-23 12:12:06 -03002option('disable_introspection',
3 type : 'boolean', value : false,
4 description : 'Whether to disable the introspection generation')
Tim-Philipp Müller918ad832017-05-20 15:04:45 +01005option('with-package-name', type : 'string',
6 description : 'package name to use in plugins')
7option('with-package-origin', type : 'string', value : 'Unknown package origin',
8 description : 'package origin URL to use in plugins')
Mathieu Duponchelle58c374c2017-10-16 19:51:36 +02009option('enable_gst_player_tests', type: 'boolean', value: false,
10 description: 'Enable GstPlayer tests that need network access')