1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

Ports/wayland: Add libffi dependency

This allows `wayland` to build from a clean state.
This commit is contained in:
Tim Ledbetter 2023-08-12 10:40:25 +01:00 committed by Tim Schumacher
parent 89305f1481
commit 51ee37ed76

View file

@ -12,6 +12,7 @@ configopts=(
) )
depends=( depends=(
'expat' 'expat'
'libffi'
'libxml2' 'libxml2'
) )
files=( files=(