meson: ipa: Pass core.mojom to the docs generator
We don't want to generate the same functional files for core.mojom as the other mojom files, but we do want to generate the documentation cpp files. Add core.mojom to the mojom files list after the main generation is complete, so that the documentation generator can pick it up. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
c707eb533a
commit
52f5f0125b
1 changed files with 3 additions and 0 deletions
|
@ -145,3 +145,6 @@ foreach file : ipa_mojom_files
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
ipa_mojom_files = files(ipa_mojom_files)
|
ipa_mojom_files = files(ipa_mojom_files)
|
||||||
|
|
||||||
|
# Pass this to the documentation generator in src/libcamera/ipa
|
||||||
|
ipa_mojom_files += files(['core.mojom'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue