diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-aggregate-init-failure-with-gcc16.patch b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-aggregate-init-failure-with-gcc16.patch new file mode 100644 index 0000000000..b786d0d153 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-aggregate-init-failure-with-gcc16.patch @@ -0,0 +1,49 @@ +From b9dc593f2843bd0f18309bde4d79b88d9f37e32f Mon Sep 17 00:00:00 2001 +From: Mingli Yu +Date: Tue, 2 Jun 2026 23:07:08 -0700 +Subject: [PATCH] Fix aggregate init failure with gcc16 + +Replace deleted default constructors with explicit bool constructors +to fix aggregate init failure with gcc16. + +Upstream-Status: Submitted [https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin/-/merge_requests/68] + +Signed-off-by: Mingli Yu +--- + xfce4++/util/gtk.h | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/xfce4++/util/gtk.h b/xfce4++/util/gtk.h +index 1443cb2..ef03dd1 100644 +--- a/xfce4++/util/gtk.h ++++ b/xfce4++/util/gtk.h +@@ -63,22 +63,22 @@ void connect(GtkToggleButton *widget, const char *signal, const std::function