1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 07:22:38 +01:00

media-libs/libcamera: rename USE v4l2 -> v4l

This commit is contained in:
2024-12-26 16:56:47 +01:00
parent 59b1eb96c7
commit fbf48e307d
2 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+app debug gstreamer python qt6 trace udev unwind +v4l2"
IUSE="+app debug gstreamer python qt6 trace udev unwind v4l"
#IUSE=+" doc test"
DEPEND="
@@ -88,11 +88,11 @@ src_configure() {
$(meson_feature qt6 qcam)
$(meson_feature udev)
# Depend on libyuv
#$(meson_use test)
# $(meson_use test)
-Dtest=false
-Dpipelines=imx8-isi,ipu3,mali-c55,rkisp1,rpi/vc4,simple,uvcvideo,vimc
-Dbuildtype=$(usex debug debug plain)
$(meson_use v4l2)
$(meson_use v4l v4l2)
)
meson_src_configure
}

View File

@@ -8,7 +8,6 @@
<use>
<flag name="app">Build cam cli utility</flag>
<flag name="trace">Enable tracing support</flag>
<flag name="v4l2">Enable v4l2 support</flag>
</use>
<upstream>
<remote-id type="freedesktop-gitlab">camera/libcamera</remote-id>