You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
784 B

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('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')