build: unset catalogdir on glade not found
[adg.git] / meson_options.txt
blobd2913d6d643f2ae5ed6edefcf8240c6dc16eeefa
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('introspection', type: 'feature',
15        description: 'Enable introspection for this build')
17 option('tests', type: 'feature',
18        description: 'Enable GLib test framework')