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 <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user