diff options
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch b/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch new file mode 100644 index 000000000000..dd12aa3331eb --- /dev/null +++ b/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch @@ -0,0 +1,25 @@ +From a9b0c62d34737cc6f5e0806c8f5305c137f9f155 Mon Sep 17 00:00:00 2001 +From: Andre Miranda <andreldm@xfce.org> +Date: Fri, 4 Oct 2019 00:41:13 -0300 +Subject: [PATCH] Allow compilation with panel 4.15 + +--- + panel-plugin/cpu.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/panel-plugin/cpu.h b/panel-plugin/cpu.h +index 71c90a2..f6d11ee 100644 +--- a/panel-plugin/cpu.h ++++ b/panel-plugin/cpu.h +@@ -28,7 +28,7 @@ + #include "config.h" + #endif + +-#include <libxfce4panel/xfce-panel-plugin.h> ++#include <libxfce4panel/libxfce4panel.h> + + #include "os.h" + +-- +GitLab + |