redox/recipes/wip/libs/qt5-webkit/recipe.toml
2024-02-10 10:37:32 +00:00

28 lines
586 B
TOML

#TODO probably wrong branch
#TODO missing script for CMake, see https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Linux
#TODO determine dependencies
[source]
git = "https://github.com/movableink/webkit"
[build]
template = "custom"
dependencies = [
"qt5-base",
"qt5-guiaddons",
"qt5-connectivity",
"qt5-networkauth",
"qt5-positioning",
"qt5-sensors",
"qt5-declarative",
"qt5-webchannel",
"sqlite3",
"libicu",
"libhyphen",
"libxml2",
"libxslt",
"libjpeg-turbo",
"libpng",
"zlib",
"glib",
"gstreamer",
]