blob: d18988be84b5423ccacf3ed7b88fcf9ce29db64a [file] [log] [blame]
Tomi Valkeinen4da4b072020-12-16 10:05:37 +02001option('omap', type : 'feature', value : 'auto',
2 description : 'Build omapdrm extensions')
3
4option('static-libc', type : 'boolean', value : false,
5 description : 'Build with -static-libgcc -static-libstdc++')
6
Tomi Valkeinenb12aab52020-12-18 15:01:45 +02007option('libutils', type : 'boolean', value : true,
8 description : 'Build kms++utils library')
9
Tomi Valkeinen4da4b072020-12-16 10:05:37 +020010option('utils', type : 'boolean', value : true,
Tomi Valkeinenb12aab52020-12-18 15:01:45 +020011 description : 'Build an assortment of kms++ utils and tests')
Tomi Valkeinen4da4b072020-12-16 10:05:37 +020012
13option('pykms', type : 'feature', value : 'auto',
14 description : 'Build python bindings')
15
Tomi Valkeinene7224eb2020-12-16 09:18:24 +020016option('system-pybind11', type : 'feature', value : 'auto',
17 description : 'Use pybind11 from the system or from meson subproject')
18
Tomi Valkeinen4da4b072020-12-16 10:05:37 +020019option('kmscube', type : 'boolean', value : false,
20 description : 'Build kmscube test application')