File: meson_options.txt

package info (click to toggle)
libhinawa 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 620 kB
  • sloc: ansic: 2,697; python: 823; xml: 69; sh: 5; 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',
)