1option('omap', type : 'feature', value : 'auto', 2 description : 'Build omapdrm extensions') 3 4option('libutils', type : 'boolean', value : true, 5 description : 'Build kms++utils library') 6 7option('utils', type : 'boolean', value : true, 8 description : 'Build an assortment of kms++ utils and tests') 9 10option('pykms', type : 'feature', value : 'auto', 11 description : 'Build python bindings') 12 13option('kmscube', type : 'boolean', value : false, 14 description : 'Build kmscube test application') 15