Nirbheek Chauhan | 42af2d6 | 2016-08-12 21:21:45 +0530 | [diff] [blame] | 1 | option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto') |
Thibault Saunier | cea4346 | 2017-01-23 12:12:06 -0300 | [diff] [blame] | 2 | option('disable_introspection', |
| 3 | type : 'boolean', value : false, |
| 4 | description : 'Whether to disable the introspection generation') |
Tim-Philipp Müller | 918ad83 | 2017-05-20 15:04:45 +0100 | [diff] [blame] | 5 | option('with-package-name', type : 'string', |
| 6 | description : 'package name to use in plugins') |
| 7 | option('with-package-origin', type : 'string', value : 'Unknown package origin', |
| 8 | description : 'package origin URL to use in plugins') |
Mathieu Duponchelle | 58c374c | 2017-10-16 19:51:36 +0200 | [diff] [blame] | 9 | option('enable_gst_player_tests', type: 'boolean', value: false, |
| 10 | description: 'Enable GstPlayer tests that need network access') |