kitty: Adapt fix-paths.patch to source changes

This commit is contained in:
Roman Volosatovs 2019-01-06 21:35:18 +01:00 committed by worldofpeace
parent 81f3a3e7c6
commit 87f798edc6

View File

@ -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