summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2020-08-04 11:38:02 +0200
committerOndrej Holy <oholy@redhat.com>2020-08-11 07:46:49 +0000
commiteee4bb846038e4440ffc8a591869974639c72bb0 (patch)
tree1a46dfc8a0686a83cd4435a7e57c6af228f079ba /client
parentca8a77fee7281093395a1b6c15cb1c21a9fb739a (diff)
downloadgvfs-eee4bb846038e4440ffc8a591869974639c72bb0.tar.gz
build: Link libgvfscommon to libmetadata
`gvfsd-metadata` uses the `gvfs_randomize_string` function by including `gvfsutils.h` header file from `libgvfscommon`. However, the library is not linked, only the directory is included. This has been fixed by linking `libgvfscommon` to `libmetadata`.
Diffstat (limited to 'client')
-rw-r--r--client/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/meson.build b/client/meson.build
index 8f57d0d3..bfb8278d 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -33,7 +33,6 @@ sources = uri_parser_sources + uri_utils + files(
deps = [
gio_unix_dep,
- libgvfscommon_dep,
libmetadata_dep,
]