summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: ac6412698b7a57526ac78882eb497a3bc5b1cca3 (plain)
1
2
3
4
5
6
7
8
option('enable_docs',
       description: 'Build API reference for Pango using GTK-Doc',
       type: 'boolean',
       value: false)
option('gir',
       description: 'Build the GObject introspection data for Pango',
       type: 'boolean',
       value: true)