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