Codebase list libvirt-glib / fa6b7a97-0bdd-470d-a4e8-f2e27878ab2d/main meson_options.txt
fa6b7a97-0bdd-470d-a4e8-f2e27878ab2d/main

Tree @fa6b7a97-0bdd-470d-a4e8-f2e27878ab2d/main (Download .tar.gz)

meson_options.txt @fa6b7a97-0bdd-470d-a4e8-f2e27878ab2d/mainraw · history · blame

1
2
3
4
5
6
7
option('git_werror', type: 'feature', value: 'auto', description: 'use -Werror if building from GIT')
option('rpath', type: 'feature', value: 'auto', description: 'whether to include rpath information in installed binaries and libraries')
option('docs', type: 'feature', value: 'auto', description: 'whether to generate documentation')
option('tests', type: 'feature', value: 'auto', description: 'whether to build tests')

option('introspection', type: 'feature', value: 'auto', yield: true, description: 'Enable GObject Introspection')
option('vapi', type: 'feature', value: 'auto', yield: true, description: 'Enable Vala bindings')