| 32 depend_files : [ pidgin_doc_content_files ], |
32 depend_files : [ pidgin_doc_content_files ], |
| 33 build_by_default : true, |
33 build_by_default : true, |
| 34 install : true, |
34 install : true, |
| 35 install_dir : docs_dir, |
35 install_dir : docs_dir, |
| 36 ) |
36 ) |
| |
37 |
| |
38 test('doc-check', |
| |
39 gidocgen, |
| |
40 args: [ |
| |
41 'check', |
| |
42 '--config', pidgin_toml, |
| |
43 '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/birb/birb'), |
| |
44 '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin'), |
| |
45 '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin-gtk4'), |
| |
46 '--add-include-path=@0@'.format(meson.project_build_root() / 'libpurple'), |
| |
47 pidgin_gir[0], |
| |
48 ], |
| |
49 depends: [libpurple_gir[0], pidgin_gir[0]], |
| |
50 ) |
| 37 endif |
51 endif |
| 38 |
52 |