Initial v4l2 use flag support.
This commit is contained in:
parent
723baead2e
commit
216ba34512
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue