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 --- meson_options.txt | 2 +- src/ipa/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 166429f8..68f4f480 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,7 +14,7 @@ option('gstreamer', option('pipelines', type : 'array', - choices : ['ipu3', 'rkisp1', 'simple', 'uvcvideo', 'vimc'], + choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc'], description : 'Select which pipeline handlers to include') option('test', 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