File: meson_options.txt

package info (click to toggle)
libhinawa 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 516 kB
  • sloc: ansic: 2,533; python: 885; sh: 7; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
option('gtk_doc',
  type: 'boolean',
  value: false,
  description: 'generate API reference',
)
option('gir',
  type: 'boolean',
  value: true,
  description: 'generate GObject Introspection data',
)