summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 562a49862f527c6e44124a43995cc340d579f71d (plain)
1
2
3
4
5
6
7
8
option('enable_docs',
       description: 'Build API reference for ATK using GTK-Doc',
       type: 'boolean',
       value: false)
option('disable_introspection',
       description: 'Do not build introspection files, even when GObject-Introspection is found',
       type: 'boolean',
       value: false)