Codebase list gnome-sound-recorder / HEAD meson_options.txt
HEAD

Tree @HEAD (Download .tar.gz)

meson_options.txt @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
option(
        'profile',
        type: 'combo',
        choices: [
                'default',
                'development'
        ],
        value: 'default'
)