Revert "build/gmodule-2.0.pc: Move compiler flags from Libs to Cflags"

This reverts commit 004f48f4fc.

Per the discussion on #3356, this change was prompted by a
misunderstanding of ldflags/link_args, and it resulted in various other
packages using glib no longer getting symbols exported. This commit
restores the glib 2.76 behaviour.
This commit is contained in:
Harald van Dijk
2023-07-18 18:26:43 +01:00
parent 674f2a030c
commit 6e29fbec2d
3 changed files with 8 additions and 10 deletions

View File

@@ -774,7 +774,7 @@ if not meson.is_cross_build()
resource_plugin += shared_module('resourceplugin',
sources: ['resourceplugin.c', plugin_resources_c],
c_args : export_dynamic_cflags,
link_args : export_dynamic_ldflags,
dependencies : common_gio_tests_deps,
install_dir : installed_tests_execdir,
install_tag : 'tests',