libmali-rockchip-tsukumijima/meson_options.txt
Jeffy Chen 2e36060922 Support dummy platform
Currently we are supporting these platforms:
x11 gbm wayland only-cl dummy

Change-Id: I82e01c068730e83dccc10c23e2c9ea528aeac920
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
2020-11-11 15:04:41 +08:00

14 lines
864 B
Meson

option('arch', type: 'combo', choices: ['auto', 'arm', 'armv7l', 'armhf', 'arm32', 'armv8', 'arm64', 'aarch64'],
description: 'arch (default: auto)')
option('gpu', type: 'string', value: 'midgard-t86x',
description: 'GPU name (default: midgard-t86x)')
option('version', type: 'string', value: 'r18p0',
description: 'GPU version (default: r18p0)')
option('subversion', type: 'string', value: 'none',
description: 'subversion (default: none)')
option('platform', type: 'combo', choices: ['x11', 'gbm', 'wayland', 'only-cl', 'dummy'],
value: 'x11', description: 'platform (default: x11)')
option('with-overlay', type: 'boolean', value: 'false',
description: 'install overlay (default: false)')
option('opencl-icd', type: 'boolean', value: 'true',
description: 'OpenCL Installable Client Driver (ICD) (default: true)')