From 09b0801fdb1716c809b1b442015a237974bf6fc5 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Thu, 25 Feb 2021 19:38:26 +0900 Subject: cros: Support the new cros camera API with set_up and tear_down Implement and expose the symbol and functions that the new cros camera API requires. Since we don't actually need them, leave them empty. Update meson accordingly. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- src/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 0b26ca70..c908b067 100644 --- a/src/meson.build +++ b/src/meson.build @@ -11,6 +11,8 @@ else ipa_sign_module = false endif +libcamera_objects = [] + # The 'android' subdir must be processed first, and the build targets # are included directly into the libcamera library when this is enabled. subdir('android') -- cgit v1.2.1