Codebase list libcloudproviders / bfbd5956-2745-4fda-94c8-5aa0845a980c/main meson_options.txt
bfbd5956-2745-4fda-94c8-5aa0845a980c/main

Tree @bfbd5956-2745-4fda-94c8-5aa0845a980c/main (Download .tar.gz)

meson_options.txt @bfbd5956-2745-4fda-94c8-5aa0845a980c/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',
)