mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
13 lines
264 B
TOML
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",
|
|
]
|