Add expat and libxml2 to libwayland recipe

This commit is contained in:
Jeremy Soller 2024-02-07 15:40:30 -07:00
parent d05c46db7c
commit ac090c745d
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -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