File: meson.options

package info (click to toggle)
libtsm 4.4.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 916 kB
  • sloc: ansic: 13,647; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7

option('extra_debug', type: 'boolean', value: false,
  description: 'Enable non-standard debug option')
option('tests', type: 'boolean', value: true,
  description: 'Build unit tests')
option('gtktsm', type: 'boolean', value: false,
  description: 'tests using gtktsm')