Initial v4l2 use flag support.

This commit is contained in:
Ronald Farrer 2021-09-08 10:32:23 -07:00
parent 723baead2e
commit 216ba34512

View file

@ -18,6 +18,9 @@ RDEPEND="${DEPEND}"
BDEPEND="" BDEPEND=""
src_configure() { src_configure() {
local emesonargs=(
$(meson_use v4l2)
)
meson_src_configure "-Dpipelines=uvcvideo,ipu3" meson_src_configure "-Dpipelines=uvcvideo,ipu3"
} }