From 56330f065f2b903d9e1b2dffc63719fef5897a45 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Jan 2024 12:54:39 +0000 Subject: gentoo auto-resync : 06:01:2024 - 12:54:38 --- .../files/hyprland-0.31.0-fix-log-headers.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch (limited to 'gui-wm/hyprland/files') diff --git a/gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch b/gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch deleted file mode 100644 index 7abd8164c9b4..000000000000 --- a/gui-wm/hyprland/files/hyprland-0.31.0-fix-log-headers.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 5dd0637e90efa17e391b67934998936194701d08 Mon Sep 17 00:00:00 2001 -From: memchr -Date: Mon, 16 Oct 2023 16:22:01 +0000 -Subject: [PATCH] fix(build): do not include wlr headers directly, use - includes.hpp instead. - ---- - src/debug/Log.hpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/debug/Log.hpp b/src/debug/Log.hpp -index 125ed7f45d..085465c911 100644 ---- a/src/debug/Log.hpp -+++ b/src/debug/Log.hpp -@@ -1,10 +1,10 @@ - #pragma once - #include --#include - #include - #include - #include - #include -+#include "../includes.hpp" - #include "../helpers/MiscFunctions.hpp" - - #define LOGMESSAGESIZE 1024 -@@ -79,4 +79,4 @@ namespace Debug { - } - - void wlrLog(wlr_log_importance level, const char* fmt, va_list args); --}; -\ No newline at end of file -+}; -- cgit v1.2.3