[gnome-robots/arnaudb/wip/gtk4: 8/34] Compile with Gtk4.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/arnaudb/wip/gtk4: 8/34] Compile with Gtk4.
- Date: Mon, 25 May 2020 21:30:26 +0000 (UTC)
commit f44669d54aa94b8f5d8c196dcb93231dc266442b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat May 23 22:11:25 2020 +0200
Compile with Gtk4.
meson.build | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/meson.build b/meson.build
index d13a35d..528c3bc 100644
--- a/meson.build
+++ b/meson.build
@@ -7,12 +7,12 @@ i18n = import('i18n')
application_id = 'org.gnome.Robots'
-gio_dependency = dependency('gio-2.0', version: '>= 2.32')
-glib_dependency = dependency('glib-2.0', version: '>= 2.32')
-gnome_games_dependency = dependency('libgnome-games-support-1')
-gsound_dependency = dependency('gsound', version: '>= 1.0.2')
-gtk_dependency = dependency('gtk+-3.0', version: '>= 3.24.0')
-rsvg_dependency = dependency('librsvg-2.0', version: '>= 2.36.2')
+gio_dependency = dependency('gio-2.0', version: '>= 2.32')
+glib_dependency = dependency('glib-2.0', version: '>= 2.32')
+gnome_games_dependency = dependency('libgnome-games-support-1')
+gsound_dependency = dependency('gsound', version: '>= 1.0.2')
+gtk_dependency = dependency('gtk4', version: '>= 3.98.4')
+rsvg_dependency = dependency('librsvg-2.0', version: '>= 2.36.2')
bindir = join_paths(get_option('prefix'), get_option('bindir'))
datadir = join_paths(get_option('prefix'), get_option('datadir'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]