[four-in-a-row/arnaudb/wip/gtk4: 9/42] Compile with Gtk4.



commit a16d35c2d1c7a85f720de62b2868e8bd43238776
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Apr 19 16:44:31 2020 +0200

    Compile with Gtk4.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index d1d7e1f..91c18d6 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@ valac = meson.get_compiler('vala')
 gio_dependency      = dependency('gio-2.0',     version: '>= 2.40.0')
 glib_dependency     = dependency('glib-2.0',    version: '>= 2.40.0')
 gsound_dependency   = dependency('gsound',      version: '>= 1.0.2')
-gtk_dependency      = dependency('gtk+-3.0',    version: '>= 3.24.0')
+gtk_dependency      = dependency('gtk4',        version: '>= 3.98.2')
 posix_dependency    = valac.find_library('posix')
 rsvg_dependency     = dependency('librsvg-2.0', version: '>= 2.32.0')
 


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