Codebase list gnome-sound-recorder / debian/3.38.1-1 meson_options.txt
debian/3.38.1-1

Tree @debian/3.38.1-1 (Download .tar.gz)

meson_options.txt @debian/3.38.1-1raw · history · blame

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