redox/recipes/wip/kde/gwenview/recipe.toml
2026-06-13 18:26:17 -03:00

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",
#]