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:
Paul Elder 2021-05-24 17:23:52 +09:00
parent c707eb533a
commit 52f5f0125b

View file

@ -145,3 +145,6 @@ foreach file : ipa_mojom_files
endforeach
ipa_mojom_files = files(ipa_mojom_files)
# Pass this to the documentation generator in src/libcamera/ipa
ipa_mojom_files += files(['core.mojom'])