File: meson.options

package info (click to toggle)
libtsm 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: ansic: 13,501; makefile: 6
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')