mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
13 lines
294 B
TOML
13 lines
294 B
TOML
#TODO port to Orbital
|
|
#TODO Missing script for GNU Autotools and CMake
|
|
[source]
|
|
tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/single/qt-everywhere-src-6.6.1.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"fontconfig",
|
|
"freetype2",
|
|
"mesa",
|
|
"libxkbcommon",
|
|
]
|