mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-01-09 05:55:19 +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".'
|
|
)
|