Skip to content

daemon/meson.build: define gvfs_rpath for libgvfsdaemon.so

Robby Workman requested to merge rworkman/gvfs:rworkman into master

On Slackware development branch with gvfs-1.40.2, I just noticed this:

ldd /usr/lib64/gvfs/libgvfsdaemon.so | grep "not found"

libgvfscommon.so => not found

After some backtracking, it seems that this first occurred in the switchover from autotools to meson in the 1.36.x --> 1.38.x bump.

Big thanks to Cogitri in #gnome/irc.gnome.org for the patience and assistance with troubleshooting this.

Fixes #411 (closed)

Signed-off-by: Robby Workman rworkman@slackware.com

Merge request reports