summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-04-28 22:41:50 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-04-28 23:12:52 +0100
commit1cfcf9b62a6313c2fad7e597baf6ddd378b942f5 (patch)
treebda78eb0812db602dfa8b21af2e03d8f1703a1f7
parent48a555e9a40161b10c18eab3aefef10f864e3f12 (diff)
downloadgtk+-1cfcf9b62a6313c2fad7e597baf6ddd378b942f5.tar.gz
build: Use link_whole for GDK backends
When linking libgdk4 to each backend's static library, we want to use the whole-archive support.
-rw-r--r--gdk/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index c6f4735d5b..8cd144e937 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -207,7 +207,7 @@ libgdk = static_library('gdk',
'-DG_LOG_DOMAIN="Gdk"',
'-DG_LOG_USE_STRUCTURED=1',
] + common_cflags,
- link_with: gdk_backends,
+ link_whole: gdk_backends,
link_args: common_ldflags)
# We don't have link_with: to internal static libs here on purpose, just