mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
15 lines
423 B
TOML
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",
|
|
]
|