mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-02-07 11:07:17 +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".'
|
||
|
)
|