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/libcamera/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcamera/meson.build') diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index 4b5e33ce..815629db 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -149,6 +149,7 @@ libcamera = shared_library('camera', install : true, link_with : libcamera_link_with, include_directories : includes, + objects : libcamera_objects, build_rpath : '/', dependencies : libcamera_deps) -- cgit v1.2.1