diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2019-07-19 08:21:32 +0200 |
---|---|---|
committer | Iñigo Martínez <inigomartinez@gmail.com> | 2019-07-19 08:33:05 +0200 |
commit | 7920cd388c3584ec2a4477f4b46575b30344d120 (patch) | |
tree | 2658a13f92d4a45736495d6ff60d35fef7a9692b /monitor/mtp | |
parent | f361857c315279ebebfc57aaafd99dd934a09607 (diff) | |
download | gvfs-7920cd388c3584ec2a4477f4b46575b30344d120.tar.gz |
build: Remove `rpath` parameter
Target executables used as monitors do not depend on `libgvfscommon`
or `libgvfsdaemon`, which are `gvfs` libraries installed outside of
the default library directory.
Due to this reason, they don't need to set `rpath` parameter.
Diffstat (limited to 'monitor/mtp')
-rw-r--r-- | monitor/mtp/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/mtp/meson.build b/monitor/mtp/meson.build index 7739c4c6..62524e5d 100644 --- a/monitor/mtp/meson.build +++ b/monitor/mtp/meson.build @@ -24,6 +24,5 @@ executable( dependencies: deps, c_args: cflags, install: true, - install_rpath: gvfs_rpath, install_dir: gvfs_libexecdir, ) |