Due to an API breakage in libcamera it may be necessary to update the consumers of the library. One example is pipewire, which needs to be updated to at least 1.0.2.
Signed-off-by: Michael Riesch <[email protected]> --- rules/libcamera.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/libcamera.make b/rules/libcamera.make index 928a95654..23a3c1d6b 100644 --- a/rules/libcamera.make +++ b/rules/libcamera.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAMERA) += libcamera # # Paths and names # -LIBCAMERA_VERSION := 0.0.5 -LIBCAMERA_MD5 := cc2f5c0c051319a7e853dc6916807ce5 +LIBCAMERA_VERSION := 0.2.0 +LIBCAMERA_MD5 := 08f0681221c654838e54e6b3a32f89b5 LIBCAMERA := libcamera-$(LIBCAMERA_VERSION) LIBCAMERA_SUFFIX := tar.gz LIBCAMERA_URL := https://gitlab.freedesktop.org/camera/libcamera/-/archive/v$(LIBCAMERA_VERSION)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX) @@ -79,6 +79,7 @@ LIBCAMERA_CONF_OPT := \ -Dqcam=$(call ptx/endis,PTXCONF_LIBCAMERA_QCAM)d \ -Dtest=false \ -Dtracing=disabled \ + -Dudev=enabled \ -Dv4l2=false \ -Dpycamera=disabled -- 2.34.1
