summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: da6dc9328edb6b88928477a7c6bbc84e14a90c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
option('omap', type : 'feature', value : 'auto',
       description : 'Build omapdrm extensions')

option('static-libc', type : 'boolean', value : false,
       description : 'Build with -static-libgcc -static-libstdc++')

option('utils', type : 'boolean', value : true,
       description : 'Build kms++utils library and an assortment of utils and tests')

option('pykms', type : 'feature', value : 'auto',
       description : 'Build python bindings')

option('system-pybind11', type : 'feature', value : 'auto',
       description : 'Use pybind11 from the system or from meson subproject')

option('kmscube', type : 'boolean', value : false,
       description : 'Build kmscube test application')