• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1option('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
7option('libutils', type : 'boolean', value : true,
8       description : 'Build kms++utils library')
9
10option('utils', type : 'boolean', value : true,
11       description : 'Build an assortment of kms++ utils and tests')
12
13option('pykms', type : 'feature', value : 'auto',
14       description : 'Build python bindings')
15
16option('system-pybind11', type : 'feature', value : 'auto',
17       description : 'Use pybind11 from the system or from meson subproject')
18
19option('kmscube', type : 'boolean', value : false,
20       description : 'Build kmscube test application')
21