[libcamera-devel] [PATCH v5 10/23] ipa: raspberrypi: meson: Add dependency on generated headers
Niklas Söderlund
niklas.soderlund at ragnatech.se
Fri Dec 18 17:33:21 CET 2020
Hi Paul,
Thanks for your work.
On 2020-12-05 19:30:53 +0900, Paul Elder wrote:
> The raspberrypi IPA will depend on the raspberrypi IPA header generated
> from the mojo definition file. Add the dependency. Simply add all
> generated headers as a dependency, instead of walking the list of
> headers, to simplify the implementation. This will have the effect of
> generating all headers before compiling the IPA, which has no drawbacks.
>
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
> Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
>
> ---
> No change in v5
>
> Changes in v4:
> - rename libcamera_generated_headers to libcamera_generated_ipa_headers
>
> Changes in v3:
> - expand changelog
>
> New in v2
> ---
> src/ipa/raspberrypi/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build
> index 9445cd09..4331f718 100644
> --- a/src/ipa/raspberrypi/meson.build
> +++ b/src/ipa/raspberrypi/meson.build
> @@ -42,7 +42,7 @@ rpi_ipa_sources = files([
> ])
>
> mod = shared_module(ipa_name,
> - rpi_ipa_sources,
> + [rpi_ipa_sources, libcamera_generated_ipa_headers],
> name_prefix : '',
> include_directories : rpi_ipa_includes,
> dependencies : rpi_ipa_deps,
> --
> 2.27.0
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
--
Regards,
Niklas Söderlund
More information about the libcamera-devel
mailing list