File: meson.build

package info (click to toggle)
clapper 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,540 kB
  • sloc: ansic: 25,139; python: 524; xml: 496; javascript: 18; sh: 10; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
doc_version_conf = configuration_data()
doc_version_conf.set('CLAPPER_VERSION', meson.project_version())
doc_version_conf.set('CLAPPER_VERSION_SUFFIX', clapper_version_suffix)

gi_docgen_common_args = [
  '--quiet',
  '--no-namespace-dir',
]
if get_option('werror')
  gi_docgen_common_args += ['--fatal-warnings']
endif

if build_clapper
  subdir('clapper')
endif
if build_clappergtk
  subdir('clapper-gtk')
endif