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

15 lines
439 B
TOML

#TODO make libxkbcommon work
#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/submodules/qtbase-everywhere-opensource-src-5.15.11.tar.xz"
[build]
template = "configure"
dependencies = [
"fontconfig",
"freetype2",
"mesa",
"libxkbcommon",
]