[console] build: drop unneeded custom RPATH
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [console] build: drop unneeded custom RPATH
- Date: Tue, 22 Feb 2022 18:05:46 +0000 (UTC)
commit 057e1abdfd05cb725dc0ae03455fafc7683cd55c
Author: Arnaud Ferraris <arnaud ferraris collabora com>
Date: Tue Feb 22 13:50:52 2022 +0100
build: drop unneeded custom RPATH
`kgx` used to link to a private shared library installed under
`/usr/lib/$ARCH/kgx`, and as a consequence needed a custom RPATH to be
set. This library has been dropped recently, so the custom RPATH isn't
needed anymore.
src/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 4b0da4e..90e78f3 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -78,5 +78,4 @@ executable( bin_name,
'main.c',
dependencies: kgx_dep,
install: true,
- install_rpath: pkglibdir,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]