[gnome-chess/arnaudb/wip/gtk4: 34/54] Compile with Gtk4.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/arnaudb/wip/gtk4: 34/54] Compile with Gtk4.
- Date: Thu, 13 Aug 2020 15:34:52 +0000 (UTC)
commit 9c13c3a5ce2cdbcd0c53dc86cbf98e9a6f27cc3e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Apr 7 09:52:44 2020 +0200
Compile with Gtk4.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f0041a0..f09c1fa 100644
--- a/meson.build
+++ b/meson.build
@@ -32,7 +32,7 @@ min_glib_version = '2.44.0'
gio = dependency('gio-unix-2.0', version: '>=' + min_glib_version)
glib = dependency('glib-2.0', version: '>=' + min_glib_version)
gmodule = dependency('gmodule-2.0', version: '>=' + min_glib_version)
-gtk = dependency('gtk+-3.0', version: '>= 3.20.0')
+gtk = dependency('gtk4', version: '>= 3.99.0')
librsvg = dependency('librsvg-2.0', version: '>= 2.32.0')
posix = meson.get_compiler('vala').find_library('posix')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]