redox/recipes/wip/libs/other/libcamera/recipe.toml
2025-10-13 16:30:09 -03:00

14 lines
278 B
TOML

#TODO not compiled or tested
# build instructions: https://libcamera.org/getting-started.html
[source]
git = "https://git.libcamera.org/libcamera/libcamera"
[build]
template = "meson"
dependencies = [
"libyaml",
"libevdev",
"gstreamer",
"libjpeg",
"sdl2",
]