mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
16 lines
305 B
TOML
16 lines
305 B
TOML
#TODO discover minimum dependencies from cmake log
|
|
[source]
|
|
git = "https://invent.kde.org/graphics/gwenview"
|
|
branch = "release/26.04"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DGWENVIEW_NO_WAYLAND_GESTURES=ON"
|
|
]
|
|
#dependencies = [
|
|
#"libjpeg",
|
|
#"libpng",
|
|
#"exiv2",
|
|
#]
|