[libcamera-devel] [PATCH v4 05/11] libcamera: ipa: meson: Allow access to internal libcamera headers

Niklas Söderlund niklas.soderlund at ragnatech.se
Thu Oct 3 19:49:35 CEST 2019


Allow IPA implementations to use internal libcamera headers so they can
utilize helpers not exposed to applications.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/ipa/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ipa/meson.build b/src/ipa/meson.build
index f09915bc13887bd3..10448c2ffc76af4b 100644
--- a/src/ipa/meson.build
+++ b/src/ipa/meson.build
@@ -8,7 +8,7 @@ ipa_install_dir = join_paths(get_option('libdir'), 'libcamera')
 foreach t : ipa_dummy_sources
     ipa = shared_module(t[0], 'ipa_dummy.cpp',
                         name_prefix : '',
-                        include_directories : libcamera_includes,
+                        include_directories : includes,
                         install : true,
                         install_dir : ipa_install_dir,
                         cpp_args : '-DLICENSE="' + t[1] + '"')
-- 
2.23.0



More information about the libcamera-devel mailing list