Merge branch 'ericLemanissier-main-patch-01384' into 'main'

use gvdb as a subproject

See merge request GNOME/glib!2771
This commit is contained in:
Philip Withnall 2022-06-23 10:00:34 +00:00
commit 6529be2950

View File

@ -2042,6 +2042,7 @@ else
endif
# Import the gvdb sources as a subproject to avoid having the copylib in-tree
subproject('gvdb')
gvdb_dep = dependency('gvdb')
libm = cc.find_library('m', required : false)