mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
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:
@@ -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' : {
|
||||||
|
Reference in New Issue
Block a user