File: meson.build

package info (click to toggle)
gnome-shell 49.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,472 kB
  • sloc: javascript: 74,916; ansic: 66,151; xml: 1,795; sh: 917; python: 666; makefile: 51
file content (18 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
gidocgen = find_program('gi-docgen', required: get_option('gtk_doc'))

doc_conf = configuration_data()
doc_conf.set('MUTTER_API_VERSION', mutter_api_version)

gi_docgen_common_args = [
  '--quiet',
  '--no-namespace-dir',
]

if get_option('werror')
  gi_docgen_common_args += ['--fatal-warnings']
endif

docs_dir = datadir / 'doc'

subdir('shell')
subdir('st')