File: meson.options

package info (click to toggle)
gnome-decoder 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,032 kB
  • sloc: sh: 61; xml: 32; makefile: 27; sql: 6
file content (11 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
option (
  'profile',
  type: 'combo',
  choices: [
    'default',
    'development'
  ],
  value: 'default',
  description: 'The build profile for Decoder. One of "default" or "development".'
)
option('host_arch', type: 'string')