[gnome-nibbles/arnaudb/wip/gtk4: 138/188] Compile with Gtk4.




commit e8f977aeaaae9dd68ac59de257f0330706a900c4
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon May 25 14:30:25 2020 +0200

    Compile with Gtk4.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 6f95255..fba3df8 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@ gee_dep = dependency('gee-0.8')
 gio_dep = dependency('gio-2.0', version: '>= @0@'.format(glib_version))
 glib_dep = dependency('glib-2.0', version: '>= @0@'.format(glib_version))
 gsound_dep = dependency('gsound', version: '>= 1.0.2')
-gtk_dep = dependency('gtk+-3.0', version: '>= 3.24.0')
+gtk_dep = dependency('gtk4', version: '>= 3.99.2')
 libgnome_games_support_dep = dependency('libgnome-games-support-1', version: '>= 1.7.1')
 
 valac = meson.get_compiler('vala')


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