summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/meson.build b/src/meson.build
index 57396605..e0ea9c35 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -25,14 +25,10 @@ else
ipa_sign_module = false
endif
-libcamera_cpp_args = []
-libcamera_objects = []
+# libcamera must be built first as a dependency to the other components.
+subdir('libcamera')
-# The 'android' subdir must be processed first, and the build targets
-# are included directly into the libcamera library when this is enabled.
subdir('android')
-
-subdir('libcamera')
subdir('ipa')
subdir('lc-compliance')