kitty: Adapt fix-paths.patch to source changes
This commit is contained in:
parent
81f3a3e7c6
commit
87f798edc6
@ -6,8 +6,8 @@
|
|||||||
static bool done = false;
|
static bool done = false;
|
||||||
- static const char* libname = "libstartup-notification-1.so";
|
- static const char* libname = "libstartup-notification-1.so";
|
||||||
+ static const char* libname = "@libstartup_notification@";
|
+ static const char* libname = "@libstartup_notification@";
|
||||||
if (!done) {
|
// some installs are missing the .so symlink, so try the full name
|
||||||
done = true;
|
static const char* libname2 = "libstartup-notification-1.so.0";
|
||||||
|
|
||||||
--- a/docs/Makefile
|
--- a/docs/Makefile
|
||||||
+++ b/docs/Makefile
|
+++ b/docs/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user