2023-08-16 22:26:55 +00:00
|
|
|
No GUdev on OpenBSD (XXX add HAVE_GUDEV to meson_options.txt)
|
|
|
|
|
|
|
|
Find libkrb5.so
|
|
|
|
|
|
|
|
Index: shell/meson.build
|
|
|
|
--- shell/meson.build.orig
|
|
|
|
+++ shell/meson.build
|
2024-05-26 03:08:12 +00:00
|
|
|
@@ -91,7 +91,6 @@ libshell_dep = declare_dependency(
|
2023-08-16 22:26:55 +00:00
|
|
|
shell_sources = common_sources + files('main.c')
|
|
|
|
|
|
|
|
shell_deps = common_deps + [
|
|
|
|
- libdevice_dep,
|
|
|
|
liblanguage_dep,
|
|
|
|
libwidgets_dep,
|
|
|
|
x11_dep,
|
2024-05-26 03:08:12 +00:00
|
|
|
@@ -109,7 +108,8 @@ executable(
|
2023-08-16 22:26:55 +00:00
|
|
|
dependencies : shell_deps,
|
|
|
|
c_args : cflags,
|
|
|
|
link_with : panels_libs,
|
|
|
|
- install : true
|
|
|
|
+ install : true,
|
|
|
|
+ install_rpath : '${LOCALBASE}/heimdal/lib'
|
|
|
|
)
|
|
|
|
|
|
|
|
|