[glib: 1/2] use gvdb as a subproject




commit f2ea67ae441bc6059b43a1051dd0b750fe5f6301
Author: ericLemanissier <eric lemanissier gmail com>
Date:   Thu Jun 23 08:26:21 2022 +0000

    use gvdb as a subproject
    
    this fixes the build when using --wrap-mode=nofallback
    fix proposed by @eschwartz

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 1234ba064b..3da0010af6 100644
--- a/meson.build
+++ b/meson.build
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]