[almanah/38-port-to-gtk4: 1/2] [meson] Setting up required version to 3.24




commit 9a53299fd1e330b8b0590afa4ab0c9338d4a836a
Author: Álvaro Peña <alvaropg gmail com>
Date:   Wed Mar 23 21:37:04 2022 +0100

    [meson] Setting up required version to 3.24
    
    3.24 is the last GTK+ release, so we can start with the compilation
    information against this version.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 813e67b..c0be41f 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ convertdir = join_paths(datadir, 'GConf', 'gsettings')
 
 # Dependencies
 glib = dependency('glib-2.0', version: '>= 2.68')
-gtk = dependency('gtk+-3.0', version: '>= 3.15')
+gtk = dependency('gtk+-3.0', version: '>= 3.24')
 gmodule = dependency('gmodule-2.0')
 gthread = dependency('gthread-2.0')
 gio = dependency('gio-2.0', version: '>= 2.32')


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