summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 0fea01b1f90e45706d541a4a857af9493746e7bd (plain)
1
2
3
4
5
6
7
8
9
10
option('enable-quvi', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
  description : 'Enable libquvi support.')
option('enable-libarchive', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
  description : 'Enable libarchive support.')
option('enable-libgcrypt', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
  description : 'Enable libgcrypt support.')
option('enable-gtk-doc', type: 'boolean', value: 'false',
  description : 'Generate the API reference (depends on GTK-Doc)')
option('introspection', type: 'boolean', value: 'true',
  description : 'Generate GObject Introspection bindings')