xref: /OK3568_Linux_fs/external/libmali/meson_options.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunoption('arch', type: 'combo', choices: ['auto', 'arm', 'armv7l', 'armhf', 'arm32', 'armv8', 'arm64', 'aarch64'],
2*4882a593Smuzhiyun       description: 'arch (default: auto)')
3*4882a593Smuzhiyunoption('gpu', type: 'string', value: 'midgard-t86x',
4*4882a593Smuzhiyun       description: 'GPU name (default: midgard-t86x)')
5*4882a593Smuzhiyunoption('version', type: 'string', value: 'r18p0',
6*4882a593Smuzhiyun       description: 'GPU version (default: r18p0)')
7*4882a593Smuzhiyunoption('subversion', type: 'string', value: 'none',
8*4882a593Smuzhiyun       description: 'subversion (default: none)')
9*4882a593Smuzhiyunoption('platform', type: 'string', value: 'gbm',
10*4882a593Smuzhiyun       description: 'platform (default: gbm)')
11*4882a593Smuzhiyunoption('with-overlay', type: 'boolean', value: 'false',
12*4882a593Smuzhiyun       description: 'Install overlay (default: false)')
13*4882a593Smuzhiyunoption('opencl-icd', type: 'boolean', value: 'true',
14*4882a593Smuzhiyun       description: 'OpenCL Installable Client Driver (ICD) (default: true)')
15*4882a593Smuzhiyunoption('khr-header', type: 'boolean', value: 'false',
16*4882a593Smuzhiyun       description: 'Install KHR header (default: false)')
17*4882a593Smuzhiyunoption('vendor-package', type: 'boolean', value: 'false',
18*4882a593Smuzhiyun       description: 'Install as vendor package (default: false)')
19*4882a593Smuzhiyunoption('hooks', type: 'boolean', value: 'true',
20*4882a593Smuzhiyun       description: 'Enable hook library (default: true)')
21*4882a593Smuzhiyunoption('wrappers', type: 'feature', value: 'auto',
22*4882a593Smuzhiyun       description: 'Install with wrappers (default: auto)')
23*4882a593Smuzhiyunoption('optimize-level', type: 'combo', choices: ['O0', 'O1', 'O2', 'O3', 'Os', 'Ofast', 'Og'], value: 'O3',
24*4882a593Smuzhiyun       description: 'Optimize level (default: O3)')
25