1 option('pango', type: 'feature',
2 description: 'Use pango for text rendering')
4 option('gtk', type: 'combo', value: 'auto',
5 choices: [ 'gtk2', 'gtk3', 'auto', 'no' ],
6 description: 'Include GTK specific widgets')
8 option('catalogdir', type: 'string', value: 'check',
9 description: 'Where to install the glade catalogs (check,yes,no,/specific/path)')
11 option('gtk-doc', type: 'feature',
12 description: 'Build API reference with gtk-doc')
14 option('gtkdocdir', type: 'string', value: '',
15 description: 'Where to install gtk-doc html')
17 option('introspection', type: 'feature',
18 description: 'Enable introspection for this build')
20 option('tests', type: 'feature',
21 description: 'Enable GLib test framework')