summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-04-16 17:41:47 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2023-04-16 17:47:42 +0200
commit7ddccaeb8b677fdd84b859a3982ced6879f38208 (patch)
tree1ee425754deed48e0f7ec8cccd7ca86c8046f127
parent977eca5f8edfff92772072c6d3abef8357cd7753 (diff)
downloadfolks-7ddccaeb8b677fdd84b859a3982ced6879f38208.tar.gz
tests/telepathy: Use shared_library() to fix g-ir-scanner which expects proper library
Build failure triggered by https://gitlab.gnome.org/GNOME/glib/-/commit/004f48f4fc8adfccad51e2a7f4608c7fe3c28c7c
-rw-r--r--tests/lib/telepathy/contactlist/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/telepathy/contactlist/meson.build b/tests/lib/telepathy/contactlist/meson.build
index 00e02669..795c49d3 100644
--- a/tests/lib/telepathy/contactlist/meson.build
+++ b/tests/lib/telepathy/contactlist/meson.build
@@ -47,7 +47,7 @@ telepathy_test_contactlist_deps = [
dbus_glib_dep,
]
-telepathy_test_contactlist_lib = static_library('tp-test-contactlist',
+telepathy_test_contactlist_lib = shared_library('tp-test-contactlist',
[ telepathy_test_contactlist_sources, telepathy_test_contactlist_manager ],
dependencies: telepathy_test_contactlist_deps,
include_directories: config_h_dir,