From 52f5f0125b31dac8635ce4e7a9b101522e8bd07c Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Mon, 24 May 2021 17:23:52 +0900 Subject: 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 Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain --- include/libcamera/ipa/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/libcamera/ipa/meson.build b/include/libcamera/ipa/meson.build index 729483ab..81fb69f0 100644 --- a/include/libcamera/ipa/meson.build +++ b/include/libcamera/ipa/meson.build @@ -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']) -- cgit v1.2.1