mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
girepository: Exclude private symbols from the ABI
This removes the gthash utility functions from the ABI, so link those into their automated test statically. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -6,7 +6,9 @@ if enable_gir
|
||||
'cmph-bdz': {
|
||||
'dependencies': [cmph_dep],
|
||||
},
|
||||
'gthash' : {},
|
||||
'gthash' : {
|
||||
'dependencies': [girepo_gthash_dep],
|
||||
},
|
||||
'repository' : {
|
||||
'depends': [glib_gir, gobject_gir],
|
||||
},
|
||||
|
Reference in New Issue
Block a user