summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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',