File: meson.options

package info (click to toggle)
bustle 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,408 kB
  • sloc: sh: 61; xml: 30; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
option(
  'profile',
  type: 'combo',
  choices: [
    'default',
    'development'
  ],
  value: 'default',
  description: 'The build profile for Bustle. One of "default" or "development".'
)
option(
  'host_arch',
  type: 'string',
)