mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
15 lines
307 B
TOML
15 lines
307 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/flxzt/rnote/blob/main/BUILDING.md#build-with-meson
|
|
[source]
|
|
git = "https://github.com/flxzt/rnote"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"gtk4",
|
|
"glib",
|
|
"libadwaita",
|
|
"libalsa",
|
|
"libpoppler",
|
|
"appstream",
|
|
]
|