Skip to content

Commit

Permalink
media-libs/libcamera: rename USE v4l2 -> v4l
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed Dec 26, 2024
1 parent 59b1eb9 commit fbf48e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions media-libs/libcamera/libcamera-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion media-libs/libcamera/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fbf48e3

Please sign in to comment.