Codebase list libcloudproviders / 3852b1c3-181e-461d-8e97-3e2128e932fe/main meson_options.txt
3852b1c3-181e-461d-8e97-3e2128e932fe/main

Tree @3852b1c3-181e-461d-8e97-3e2128e932fe/main (Download .tar.gz)

meson_options.txt @3852b1c3-181e-461d-8e97-3e2128e932fe/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',
)