summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 3ef49baa73270f7a88b94726c881cb3b12da9fe9 (plain)
1
2
3
4
5
6
option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],
       description: 'Which image processing backend to use')
option('gtk_doc',
  type: 'boolean',
  value: 'false',
  description: 'Build the API reference (requires gtk-doc)')