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