mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
media-libs/libcamera: rename USE v4l2 -> v4l
This commit is contained in:
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1+"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
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"
|
#IUSE=+" doc test"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
@@ -88,11 +88,11 @@ src_configure() {
|
|||||||
$(meson_feature qt6 qcam)
|
$(meson_feature qt6 qcam)
|
||||||
$(meson_feature udev)
|
$(meson_feature udev)
|
||||||
# Depend on libyuv
|
# Depend on libyuv
|
||||||
#$(meson_use test)
|
# $(meson_use test)
|
||||||
-Dtest=false
|
-Dtest=false
|
||||||
-Dpipelines=imx8-isi,ipu3,mali-c55,rkisp1,rpi/vc4,simple,uvcvideo,vimc
|
-Dpipelines=imx8-isi,ipu3,mali-c55,rkisp1,rpi/vc4,simple,uvcvideo,vimc
|
||||||
-Dbuildtype=$(usex debug debug plain)
|
-Dbuildtype=$(usex debug debug plain)
|
||||||
$(meson_use v4l2)
|
$(meson_use v4l v4l2)
|
||||||
)
|
)
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
<use>
|
<use>
|
||||||
<flag name="app">Build cam cli utility</flag>
|
<flag name="app">Build cam cli utility</flag>
|
||||||
<flag name="trace">Enable tracing support</flag>
|
<flag name="trace">Enable tracing support</flag>
|
||||||
<flag name="v4l2">Enable v4l2 support</flag>
|
|
||||||
</use>
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="freedesktop-gitlab">camera/libcamera</remote-id>
|
<remote-id type="freedesktop-gitlab">camera/libcamera</remote-id>
|
||||||
|
|||||||
Reference in New Issue
Block a user