diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2020-04-30 13:51:42 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-05-11 23:54:48 +0300 |
commit | 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc (patch) | |
tree | 1b80ad9b2a006f88d573803b118a932348e4a1c4 /src/ipa | |
parent | c01cfe14f5540ba96b458088185ac7ae90bb3534 (diff) |
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 <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa')
-rw-r--r-- | src/ipa/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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) |