summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2021-05-10 23:40:28 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2021-06-28 17:54:08 +0530
commit3e6709e214045205790df311f5ee3b003a6f8b3e (patch)
tree8c67b8334cec54847f23b256cbca793d0eb11681 /meson.build
parent809edb381ccdd367e2b425dd5f186322968de015 (diff)
aic: Import IPU3ISPPipe
Import and construct the IPU3ISPPipe to provide the callback hooks required by the ia_imaging libraries. We need to set 'MACRO_KBL_AIC' for rgbir_2500_config aic config parameter since it's wrapped in #ifdefs directives. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index bcb2c7c..e7d6c6b 100644
--- a/meson.build
+++ b/meson.build
@@ -40,6 +40,8 @@ if cc.has_header_symbol('stdlib.h', 'secure_getenv', prefix : '#define _GNU_SOUR
config_h.set('HAVE_SECURE_GETENV', 1)
endif
+config_h.set('MACRO_KBL_AIC', 1)
+
configure_file(output : 'config.h', configuration : config_h)
common_arguments = [
'-DLIBCAMERA_BASE_PRIVATE',