[gnome-tetravex/arnaudb/wip/gtk4: 7/32] Compile with Gtk4.



commit 278330c25acbe7f21d3c86b08d943a107c4d796d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Feb 20 20:41:39 2020 +0100

    Compile with Gtk4.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1067e97..e4cf7e5 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ bindir      = join_paths (get_option ('prefix'), get_option ('bindir'))
 gio_dep     = dependency ('gio-2.0',    version: '>= 2.42.0')
 glib_dep    = dependency ('glib-2.0',   version: '>= 2.42.0')
 if get_option('build_gui')
-  gtk_dep   = dependency ('gtk+-3.0',   version: '>= 3.22.23')
+  gtk_dep   = dependency ('gtk4',       version: '>= 3.96.0')
 endif
 # TODO build requires vala 0.46.3 for GLib vapi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]