blob: b49f9d60e32b45f1d20b5ec16f52f80f8e419246 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# find heimal from base, make configurable ?
--- shell/meson.build.orig 2018-04-28 21:51:43.246323000 +0200
+++ shell/meson.build 2018-04-28 21:54:37.283829000 +0200
@@ -97,7 +97,8 @@
dependencies: shell_deps,
c_args: cflags,
link_with: panels_libs + [libshell],
- install: true
+ install: true,
+ install_rpath : '/usr/lib'
)
# Because it is confusing and somewhat problematic to directly add and compile
|