summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 9e17c24351a114d4499004fee2c8a433fd99bd36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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('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('v4l2', type : 'feature', value : 'disabled',
       description : 'Build V4L2++ library (HACK)')

option('pyv4l2', type : 'feature', value : 'disabled',
       description : 'Build V4L2 python bindings (HACK)')

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