[libadwaita/wip/exalm/new-glib: 3/13] Bump GTK and GLib versions in adwaita.h
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/new-glib: 3/13] Bump GTK and GLib versions in adwaita.h
- Date: Tue, 2 Nov 2021 20:41:20 +0000 (UTC)
commit f60e6a2f638ae8c131b2281e998e7e89a8152dfb
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Nov 2 18:16:48 2021 +0500
Bump GTK and GLib versions in adwaita.h
src/adwaita.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/adwaita.h b/src/adwaita.h
index e9fdccee..0fca7f8d 100644
--- a/src/adwaita.h
+++ b/src/adwaita.h
@@ -10,12 +10,12 @@
G_BEGIN_DECLS
-#if !GTK_CHECK_VERSION(4, 0, 0)
-# error "libadwaita requires gtk4 >= 4.0.0"
+#if !GTK_CHECK_VERSION(4, 4, 0)
+# error "libadwaita requires gtk4 >= 4.4.0"
#endif
-#if !GLIB_CHECK_VERSION(2, 50, 0)
-# error "libadwaita requires glib-2.0 >= 2.50.0"
+#if !GLIB_CHECK_VERSION(2, 66, 0)
+# error "libadwaita requires glib-2.0 >= 2.66.0"
#endif
#define _ADWAITA_INSIDE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]