From 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 30 Apr 2020 13:51:42 +0100 Subject: libcamera: raspberrypi: Add components to meson build Add the Raspberry Pi pipeline handler and IPA as targets in the meson build system. Signed-off-by: Naushir Patuck Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa') diff --git a/src/ipa/meson.build b/src/ipa/meson.build index cc3837ab..b103479c 100644 --- a/src/ipa/meson.build +++ b/src/ipa/meson.build @@ -18,7 +18,7 @@ subdir('libipa') ipa_sign = files('ipa-sign.sh') -ipas = ['rkisp1', 'vimc'] +ipas = ['raspberrypi', 'rkisp1', 'vimc'] foreach pipeline : get_option('pipelines') if ipas.contains(pipeline) -- cgit v1.2.1