build: Add libffi dependency to girepository/function-info test

I found that this dependency is needed for girffi.h to find ffi.h.
This commit is contained in:
Philip Chimento 2024-01-23 21:50:42 -08:00
parent 28835733a2
commit d41f05e9cf

View File

@ -7,6 +7,7 @@ if enable_gir
'dependencies': [cmph_dep], 'dependencies': [cmph_dep],
}, },
'function-info' : { 'function-info' : {
'dependencies': [libffi_dep],
'depends': [glib_gir], 'depends': [glib_gir],
}, },
'gthash' : { 'gthash' : {