[gnome-mahjongg/arnaudb/wip/gtk4: 6/24] Compile with Gtk4.



commit 006264bbb8e0432d01f57ebe79f24f315c40e94f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Mar 27 18:41:50 2020 +0100

    Compile with Gtk4.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 975660c..310d77f 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@ pkgdatadir = datadir / 'gnome-mahjongg'
 # Dependencies
 glib_dep    = dependency ('glib-2.0', version: '>= 2.40.0')
 gio_dep     = dependency ('gio-2.0', version: '>= 2.40.0')
-gtk_dep     = dependency ('gtk+-3.0', version: '>= 3.14.0')
+gtk_dep     = dependency ('gtk4', version: '>= 3.96.0')
 librsvg_dep = dependency ('librsvg-2.0', version: '>= 2.32.0')
 
 subdir ('po')


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