File: meson.build

package info (click to toggle)
xapp 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,688 kB
  • sloc: ansic: 11,268; python: 1,463; xml: 258; sh: 22; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
subdir('xml')

gnome.gtkdoc('libxapp',
    install: true,
    src_dir: [
        join_paths(meson.project_source_root(), 'libxapp'),
        join_paths(meson.project_build_root(), 'libxapp'),
    ],
    dependencies: libxapp_dep,
    gobject_typesfile: 'libxapp.types',
    main_xml: 'xapp-docs.xml',
    scan_args: ['--rebuild-types'],
    mkdb_args: ['--xml-mode', '--output-format=xml'],
    ignore_headers: ['favorite-vfs-file.h', 'favorite-vfs-file-enumerator.h', 'favorite-vfs-file-monitor.h']
)