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

15 lines
423 B
TOML

#TODO make libxkbcommon work
#TODO port to Orbital
#TODO build instructions - https://doc.qt.io/qt-6/linux-building.html
#TODO customization - https://doc.qt.io/qt-6/configure-options.html
[source]
tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtbase-everywhere-src-6.6.1.tar.xz"
[build]
template = "configure"
dependencies = [
"fontconfig",
"freetype2",
"mesa",
"libxkbcommon",
]