[gnome-tetravex/arnaudb/wip/gtk4: 1/21] Compile with Gtk4.



commit 2101926e3f1f9563e9b623d547a22222fad7a3f0
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 a590068..1a7d3d9 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]