summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/meson.build b/common/meson.build
index 6cf38b5..90245b7 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -30,7 +30,7 @@ libdconf_common = static_library(
libdconf_common_dep = declare_dependency(
dependencies: glib_dep,
- link_with: libdconf_common,
+ link_whole: libdconf_common,
)
cflags += cc.get_supported_arguments('-fvisibility=hidden')