| 19 '--fatal-warnings', |
19 '--fatal-warnings', |
| 20 '--config=@INPUT0@', |
20 '--config=@INPUT0@', |
| 21 '--output-dir=@OUTPUT@', |
21 '--output-dir=@OUTPUT@', |
| 22 '--no-namespace-dir', |
22 '--no-namespace-dir', |
| 23 '--content-dir=@0@'.format(meson.current_source_dir()), |
23 '--content-dir=@0@'.format(meson.current_source_dir()), |
| |
24 '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin'), |
| |
25 '--add-include-path=@0@'.format(meson.build_root() / 'libpurple'), |
| 24 '@INPUT1@' |
26 '@INPUT1@' |
| 25 ], |
27 ], |
| |
28 depends: [ libpurple_gir[0] ], |
| 26 depend_files : [ facebook_doc_content_files ], |
29 depend_files : [ facebook_doc_content_files ], |
| 27 build_by_default : true, |
30 build_by_default : true, |
| 28 install : true, |
31 install : true, |
| 29 install_dir : docs_dir, |
32 install_dir : docs_dir, |
| 30 ) |
33 ) |