summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 55f69875ec1093973446c8dab02faaeab3214799 (plain)
1
2
3
4
5
6
7
8
9
option('bsymbolic_functions',
       type : 'boolean',
       value : true,
       description : 'Link with -Bsymbolic-functions if supported')

option('gtk_doc',
       type : 'feature',
       value : 'auto',
       description : 'Use gtk-doc to build documentation')