summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-06-08 11:13:04 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-06-08 11:13:04 +0200
commitd0ef77b8837ad067a43b11d4994ab63b5dbe0bc4 (patch)
treeff2b61176d019174ef330e7892637eb46ff0e8ad /meson.build
parent9d9b77fafc903f9a309240b52f4f760bab60791a (diff)
downloadtracker-d0ef77b8837ad067a43b11d4994ab63b5dbe0bc4.tar.gz
build: Avoid setting the regular library path in rpath
This is redundant, and Fedora has made it a requirement to drop unnecessary rpaths.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b786643c4..b142b1835 100644
--- a/meson.build
+++ b/meson.build
@@ -321,7 +321,6 @@ build_root = meson.current_build_dir()
po_subdir = join_paths(source_root, 'po')
tracker_internal_libs_dir = join_paths(get_option('prefix'), get_option('libdir'), 'tracker-' + tracker_api_version)
-tracker_install_rpath = ':'.join([tracker_internal_libs_dir, libdir])
# NOTE: We don't use ${TRACKER_API_VERSION} because other content like
# the ontology is installed to the same location.