meson_options.txt revision fe8aea9e
1option('sna', type : 'boolean', value : true,
2       description : 'Build with SNA support')
3option('uxa', type : 'boolean', value : true,
4       description : 'Build with UXA support')
5option('xaa', type : 'boolean', value : true,
6       description : 'Build with XAA support')
7option('ums', type : 'boolean', value : true,
8       description : 'Build with UMS support')
9option('kms', type : 'boolean', value : true,
10       description : 'Build with KMS support')
11option('dri1', type : 'boolean', value : true,
12       description : 'Build DRI1 support')
13option('dri2', type : 'boolean', value : true,
14       description : 'Build with DRI2 support')
15option('dri3', type : 'boolean', value : true,
16       description : 'Build with DRI3 support')
17option('present', type : 'boolean', value : true,
18       description : 'Enable Present support')
19option('xvmc', type : 'boolean', value : true,
20       description : 'Enable XvMC support')
21option('valgrind', type : 'boolean', value : true,
22       description : 'Enable valgrindified ioctls for debugging')
23option('default-dri', type : 'combo', value : '2', choices : [ '1', '2', '3' ],
24       description : 'Select the default maximum DRI level')
25option('default-accel', type : 'combo', value : 'sna', choices : [ 'sna', 'uxa', 'none' ],
26       description : 'Select the default acceleration method')
27option('tools', type : 'boolean', value : true,
28       description : 'Enable building and installing the miscellaneous tools')
29option('backlight', type : 'boolean', value : true,
30       description : 'Enable control of the backlight')
31option('backlight-helper', type : 'boolean', value : true,
32       description : 'Enable building the backlight helper executable for running X under a normal user')
33option('tearfree', type : 'boolean', value : false,
34       description : 'Enable use of TearFree by default')
35option('use-create2', type : 'boolean', value : false,
36       description : 'Enable use of create2 ioctl (experimental)')
37option('async-swap', type : 'boolean', value : false,
38       description : 'Enable use of asynchronous swaps (experimental)')
39option('internal-debug', type : 'combo', value : 'no', choices : [ 'no', 'sync', 'memory', 'pixmap', 'full' ],
40       description : 'Enable internal debugging')
41option('xorg-module-dir', type : 'string', value : '@libdir@/xorg/modules',
42       description : 'Default xorg module directory')
43