mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-01-18 09:45:15 +00:00
11 lines
195 B
Meson
11 lines
195 B
Meson
|
option(
|
||
|
'profile',
|
||
|
type: 'combo',
|
||
|
choices: [
|
||
|
'default',
|
||
|
'development'
|
||
|
],
|
||
|
value: 'default',
|
||
|
description: 'The build profile for QEMU Gtk. One of "default" or "development".'
|
||
|
)
|