File: meson_options.txt

package info (click to toggle)
gnome-authenticator 3.32.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,768 kB
  • sloc: python: 1,936; xml: 19; sh: 13; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
option(
        'profile',
        type: 'combo',
        choices: [
                'default',
                'development',
                'beta',
        ],
        value: 'default'
)