13 lines
205 B
Meson
13 lines
205 B
Meson
|
# SPDX-FileCopyrightText: 2022 Emmanuele Bassi
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
option (
|
||
|
'profile',
|
||
|
type: 'combo',
|
||
|
choices: [
|
||
|
'default',
|
||
|
'development'
|
||
|
],
|
||
|
value: 'default',
|
||
|
)
|