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

option('libutils', type : 'boolean', value : true,
       description : 'Build kms++utils library')

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

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

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