summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: e9d21e935289dbb91d9c62bf17279644f203eb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
option('cairo', type: 'boolean',
  description: 'Use cairo for tests'
)

option('doctool', type: 'boolean',
  description: 'Install g-ir-doc-tool'
)

option('glib-src-dir', type: 'string',
  description: 'Source directory for glib - needed to add docs to gir'
)