mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
18 lines
301 B
TOML
18 lines
301 B
TOML
#TODO make dependencies work
|
|
[source]
|
|
tar = "https://dl.winehq.org/wine/source/9.0/wine-9.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"dbus",
|
|
"fontconfig",
|
|
"freetype2",
|
|
"gnutls",
|
|
"libunwind",
|
|
"gstreamer",
|
|
"sdl2",
|
|
"eudev",
|
|
"libx11",
|
|
"libvulkan",
|
|
]
|