summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: c4e84b5211bdb7ee62c988393cfd532b90e05e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
option('documentation',
    type : 'combo',
    choices : [ 'true', 'false', 'auto' ],
    value : 'auto',
    description : 'Build documentation')
option('dri2',
    type : 'combo',
    choices : [ 'true', 'false', 'auto' ],
    value : 'auto',
    description : 'Query driver name through DRI2')
option('moduledir',
    type : 'string',
    description : 'Module directory')