mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
10 lines
239 B
TOML
10 lines
239 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.gnome.org/GNOME/libdex#building
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/libdex/0.4/libdex-0.4.1.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"glib",
|
|
]
|