Codebase list libcloudproviders / ceb42c72-fc14-4531-ae89-072524019709/main meson_options.txt
ceb42c72-fc14-4531-ae89-072524019709/main

Tree @ceb42c72-fc14-4531-ae89-072524019709/main (Download .tar.gz)

meson_options.txt @ceb42c72-fc14-4531-ae89-072524019709/mainraw · history · blame

option('enable-gtk-doc', type: 'boolean', value: false)
option('installed-tests', type: 'boolean', value: false)
option(
  'introspection',
  type: 'boolean',
  value: true,
  description: 'Build GObject introspection data for extension library',
)
option(
  'vapigen',
  type: 'boolean',
  value: true,
  description: 'Build Vala bindings',
)