[gnome-tetravex/arnaudb/wip/gtk4: 20/49] Compile with Gtk4.




commit 47ab8303d786449c87b7a8e13862ea17feca0fc7
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 d5dd936..add36f3 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.99.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]