From 5816b67e72f9b442acb3fbff2fd1e91bb7f56cec Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 27 May 2024 21:47:20 +0200 Subject: [PATCH] Better pipeline support --- media-libs/libcamera/libcamera-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcamera/libcamera-0.3.0.ebuild b/media-libs/libcamera/libcamera-0.3.0.ebuild index 58e3d3c..6e1080d 100644 --- a/media-libs/libcamera/libcamera-0.3.0.ebuild +++ b/media-libs/libcamera/libcamera-0.3.0.ebuild @@ -72,5 +72,5 @@ src_configure() { $(meson_use v4l2) ) - meson_src_configure "-Dpipelines=uvcvideo,ipu3" + meson_src_configure "-Dpipelines=auto" }