summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-03-29 09:43:16 +0100
committerBenjamin Otte <otte@redhat.com>2019-03-29 09:56:52 +0100
commita8dccef50746bf5ae3425b5be71e2093aab41205 (patch)
treec33b46a3ad9dc28d22869f8af659bf0465a6da36 /testsuite
parent90f460c23693cbe681cd41e2c96b9ca9980abcb2 (diff)
downloadgtk+-a8dccef50746bf5ae3425b5be71e2093aab41205.tar.gz
build: The private reftest library needs to be shared
Otherwise the module and gtk-reftest will each have their own copy and that'll mean all symbols - and inhibiting the shutdown - will exist twice. Not good.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/reftests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index a9c3608b45..e1a24c5163 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -1,5 +1,5 @@
# FIXME: $(no_undefined) ?
-libgtkreftestprivate = static_library('gtkreftestprivate',
+libgtkreftestprivate = shared_library('gtkreftestprivate',
'reftest-compare.c', 'reftest-module.c', 'reftest-snapshot.c',
dependencies : libgtk_dep)