1*f0687c8aSRaman Tennetioption('omap', type : 'feature', value : 'auto', 2*f0687c8aSRaman Tenneti description : 'Build omapdrm extensions') 3*f0687c8aSRaman Tenneti 4*f0687c8aSRaman Tennetioption('static-libc', type : 'boolean', value : false, 5*f0687c8aSRaman Tenneti description : 'Build with -static-libgcc -static-libstdc++') 6*f0687c8aSRaman Tenneti 7*f0687c8aSRaman Tennetioption('libutils', type : 'boolean', value : true, 8*f0687c8aSRaman Tenneti description : 'Build kms++utils library') 9*f0687c8aSRaman Tenneti 10*f0687c8aSRaman Tennetioption('utils', type : 'boolean', value : true, 11*f0687c8aSRaman Tenneti description : 'Build an assortment of kms++ utils and tests') 12*f0687c8aSRaman Tenneti 13*f0687c8aSRaman Tennetioption('pykms', type : 'feature', value : 'auto', 14*f0687c8aSRaman Tenneti description : 'Build python bindings') 15*f0687c8aSRaman Tenneti 16*f0687c8aSRaman Tennetioption('system-pybind11', type : 'feature', value : 'auto', 17*f0687c8aSRaman Tenneti description : 'Use pybind11 from the system or from meson subproject') 18*f0687c8aSRaman Tenneti 19*f0687c8aSRaman Tennetioption('kmscube', type : 'boolean', value : false, 20*f0687c8aSRaman Tenneti description : 'Build kmscube test application') 21