From ac090c745dadbd25c9abd70b6b0feef45ff5fe50 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 7 Feb 2024 15:40:30 -0700 Subject: [PATCH] Add expat and libxml2 to libwayland recipe --- recipes/wip/libwayland/recipe.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes/wip/libwayland/recipe.toml b/recipes/wip/libwayland/recipe.toml index 7e6e0129b..0cbe6be56 100644 --- a/recipes/wip/libwayland/recipe.toml +++ b/recipes/wip/libwayland/recipe.toml @@ -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