File: meson.build

package info (click to toggle)
libgusb 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 428 kB
  • sloc: ansic: 3,341; xml: 25; makefile: 8; sh: 8
file content (15 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gusb_version_xml = configure_file(
  input : 'version.xml.in',
  output : 'version.xml',
  configuration : conf,
)

gnome.gtkdoc(
  'gusb',
  src_dir : [
    join_paths(meson.source_root(), 'gusb'),
    join_paths(meson.build_root(), 'gusb'),
  ],
  main_sgml : 'gusb-docs.sgml',
  install : true
)