mirror of
https://github.com/tsukumijima/libmali-rockchip.git
synced 2026-01-24 00:10:50 +01:00
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:
parent
83c74156e8
commit
2e36060922
3 changed files with 3 additions and 3 deletions
|
|
@ -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)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue