redox/recipes/wip/libs/libcamera/recipe.toml
2024-02-22 03:31:34 +00:00

13 lines
264 B
TOML

#TODO missing script for Meson, see https://libcamera.org/getting-started.html
[source]
git = "https://git.libcamera.org/libcamera/libcamera"
[build]
template = "custom"
dependencies = [
"libyaml",
"libevdev",
"gstreamer",
"libjpeg",
"sdl2",
]