summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 62b713d5df856178c7664784999125ea5e09f978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('enable-installed-tests',
       type: 'boolean', value: true,
       description: 'Build & install test programs')
option('enable-introspection',
        type: 'boolean', value: true,
        description: 'Whether to enable the introspection generation')
option('enable-gtk-doc',
       type: 'boolean', value: true,
       description: 'Whether to generate the API reference for Geocode-GLib')
option('soup2',
       type: 'boolean', value: true,
       description: 'Whether to build with libsoup2')