redox/recipes/wip/libs/qt5-full/recipe.toml
2024-03-12 20:32:51 +00:00

14 lines
402 B
TOML

#TODO port to Orbital
#TODO build instructions - https://doc.qt.io/qt-5/linux-building.html
#TODO customization - https://doc.qt.io/qt-5/configure-options.html
[source]
tar = "https://download.qt.io/official_releases/qt/5.15/5.15.11/single/qt-everywhere-opensource-src-5.15.11.tar.xz"
[build]
template = "configure"
dependencies = [
"fontconfig",
"freetype2",
"mesa",
"libxkbcommon",
]