[gnome-terminal] nautilus: Undef gtk min/max version defines
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] nautilus: Undef gtk min/max version defines
- Date: Fri, 11 Feb 2022 20:31:41 +0000 (UTC)
commit 10e37fe214cab4033733945f97246eb41f15f5a5
Author: Christian Persch <chpe src gnome org>
Date: Fri Feb 11 21:30:50 2022 +0100
nautilus: Undef gtk min/max version defines
Try to unbreak the build with nautilus git master which brings in gtk4
now.
src/terminal-nautilus.cc | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/terminal-nautilus.cc b/src/terminal-nautilus.cc
index b29de5c5..8f91f62c 100644
--- a/src/terminal-nautilus.cc
+++ b/src/terminal-nautilus.cc
@@ -18,6 +18,8 @@
*/
#include "config.h"
+#undef GDK_VERSION_MIN_REQUIRED
+#undef GDK_VERSION_MAX_ALLOWED
#include <glib.h>
#include <glib/gi18n-lib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]