Codebase list geocode-glib / debian/3.26.0-2 meson_options.txt
debian/3.26.0-2

Tree @debian/3.26.0-2 (Download .tar.gz)

meson_options.txt @debian/3.26.0-2raw · history · blame

1
2
3
4
5
6
7
8
9
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')