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