mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Add expat and libxml2 to libwayland recipe
This commit is contained in:
parent
d05c46db7c
commit
ac090c745d
@ -3,10 +3,12 @@
|
||||
tar = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.22.0/downloads/wayland-1.22.0.tar.xz"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libffi"
|
||||
]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"expat",
|
||||
"libffi",
|
||||
"libxml2",
|
||||
]
|
||||
script = """
|
||||
#TODO: do this in cook instead
|
||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||
|
||||
Loading…
Reference in New Issue
Block a user