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>
This commit is contained in:
Jeffy Chen 2020-11-11 15:03:38 +08:00
parent 83c74156e8
commit 2e36060922
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ 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'],
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)')