From c56199888ba1c1960e4eeba8e501802d02eec55f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 23 Jun 2026 21:20:30 +0000 Subject: Woodpecker CI 37c01a3e1a45c6311f828746f1a82ed1f093b986 [SKIP CI] --- dunst/fix-build.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dunst/fix-build.patch (limited to 'dunst/fix-build.patch') diff --git a/dunst/fix-build.patch b/dunst/fix-build.patch new file mode 100644 index 00000000..9f712c61 --- /dev/null +++ b/dunst/fix-build.patch @@ -0,0 +1,24 @@ +--- a/meson.build ++++ b/meson.build +@@ -51,7 +51,6 @@ + gdk_pixbuf, + pangocairo, + systemd, +- libnotify, + realtime, + math, + ] +--- a/dunstify.c ++++ b/dunstify.c +@@ -9,6 +9,11 @@ + * @license BSD-3-Clause + */ + ++/* System libnotify.pc defines G_LOG_DOMAIN=libnotify without quotes, ++ * which breaks glib assertion macros. Must be fixed before any includes. */ ++#undef G_LOG_DOMAIN ++#define G_LOG_DOMAIN "libnotify" ++ + #include + #include + #include -- cgit v1.2.3