From eeaffe5c3da4ff720402ff6aab13e76c6c273403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 20 Aug 2018 14:22:29 +0200 Subject: build: Remove bogus 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 --- meson.build | 1 - 1 file changed, 1 deletion(-) 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 ) -- cgit v1.2.1