[gnome-chess/arnaudb/wip/gtk4: 3/27] Compile with Gtk4.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/arnaudb/wip/gtk4: 3/27] Compile with Gtk4.
- Date: Sat, 26 Sep 2020 10:09:57 +0000 (UTC)
commit 35a3b7530d2d933320c88d9d6d047ddcb25cb2ee
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Apr 7 09:52:44 2020 +0200
Compile with Gtk4.
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 18df3e2..947af48 100644
--- a/meson.build
+++ b/meson.build
@@ -29,10 +29,10 @@ bindir = join_paths(get_option('prefix'), get_option('bindir'))
# Dependencies
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)
+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.1')
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]