[go: up one dir, main page]

File: meson_options.txt

package info (click to toggle)
template-glib 3.36.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 792 kB
  • sloc: ansic: 6,565; yacc: 288; lex: 237; python: 12; javascript: 11; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Performance and debugging related options
option('tracing', type: 'boolean', value: false)
option('profiling', type: 'boolean', value: false)

# Support for multiple languages
option('introspection', type: 'feature', value: 'auto')
option('vapi', type: 'boolean', value: true)

# For subproject usage.
#
# If this is a subproject and you want the installed files to be private
# that means you can set package_subdir=gnome-builder and install them in
# someplace like:
#
# /usr/lib/gnome-builder/libtemplate_glib-1.0.so
# /usr/lib/girepository-1.0/gnome-builder/TemplateGLib-1.0.typelib
option('package_subdir', type: 'string',
  description: 'Private sub-directory used when built as a subproject'
)

option('gtk_doc',
       type: 'boolean', value: false,
       description: 'Whether to generate the API reference for Template-GLib')

option('tests', type: 'boolean', value: true)