redox/recipes/wip/libs/other/libcamera/recipe.toml

22 lines
475 B
TOML

#TODO require authentication to fetch source, user and password is: libcamera
# build instructions: https://libcamera.org/getting-started.html
[source]
git = "https://git.libcamera.org/libcamera/libcamera"
rev = "v0.7.0"
shallow_clone = true
[build]
template = "meson"
mesonflags = [
"-Ddocumentation=false"
"-Dpycamera=false",
"-Dtracing=false",
"-Dudev=false",
]
dependencies = [
"libyaml",
"libevdev",
"gstreamer",
"libjpeg",
"sdl2",
]