[glib/wip/3v1n0/support-can-fail-tests] gmodule: Add gvisbility.h to the libgmodule dependency



commit 3d34d908319325301d941debebdf297d0dc76112
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Oct 20 00:27:53 2022 +0200

    gmodule: Add gvisbility.h to the libgmodule dependency
    
    We may instead try to compile files that requires it without having
    been generated yet.
    
    See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2344802

 gmodule/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gmodule/meson.build b/gmodule/meson.build
index 54b25a0c55..91fb236c38 100644
--- a/gmodule/meson.build
+++ b/gmodule/meson.build
@@ -131,6 +131,7 @@ pkg.generate(libraries : [libgmodule, export_dynamic_ldflags],
 
 libgmodule_dep = declare_dependency(link_with : libgmodule,
   include_directories : [gmoduleinc],
+  sources : [gvisibility_h],
   dependencies : [libglib_dep])
 
 meson.override_dependency('gmodule-no-export-2.0', libgmodule_dep)


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