summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2018-08-20 14:22:29 +0200
committerFlorian Müllner <fmuellner@gnome.org>2018-08-20 14:26:18 +0200
commiteeaffe5c3da4ff720402ff6aab13e76c6c273403 (patch)
tree7bdc9c73a23919accc649d7fe87349b2fc8d9729
parent6a0ac9ba69f84d763f286c5741b57ff8d87c1f45 (diff)
downloadlibgnome-volume-control-eeaffe5c3da4ff720402ff6aab13e76c6c273403.tar.gz
build: Remove bogus rpathwip/fmuellner/remove-rpath
If anything it should be `pkglibdir`, but as it looks like nobody lost their volume controls, it's apparently not needed at all. https://gitlab.gnome.org/GNOME/libgnome-volume-control/merge_requests/1
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 00121e7..9608df1 100644
--- a/meson.build
+++ b/meson.build
@@ -90,7 +90,6 @@ else
sources: libgvc_gir_sources + libgvc_no_gir_sources,
dependencies: libgvc_deps,
c_args: c_args,
- install_rpath: pkgdatadir,
install_dir: pkglibdir,
install: true
)