diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-28 11:18:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-29 03:31:21 +0200 |
commit | de0e8a1fff080f6bd03e88c2dd146c890e4152d7 (patch) | |
tree | 2049a7236dfe091dd0ea32028851da0fc795c9c7 | |
parent | 5b05a89cf5728624cf4a322058be6f28118afaae (diff) |
wayland: add build time dependency to libffi
-rw-r--r-- | package/wayland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wayland/Makefile b/package/wayland/Makefile index 61bd7271c..4325bf3d6 100644 --- a/package/wayland/Makefile +++ b/package/wayland/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed PKG_DESCR:= wayland PKG_SECTION:= x11/libs -PKG_BUILDDEP:= wayland-host +PKG_BUILDDEP:= wayland-host libffi HOST_BUILDDEP:= meson-host expat-host libxml2-host libffi-host PKG_SITES:= https://gitlab.freedesktop.org/wayland/wayland/-/releases/$(PKG_VERSION)/downloads/ PKG_OPTS:= dev |