[gnome-robots/arnaudb/wip/gtk4: 2/32] Compile with Gtk4.




commit b44571121ae8d246d305dca4baca5734e6564d25
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 123531e..0d7fcee 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', version: '>= 1.7.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', version: '>= 1.7.1')
+gsound_dependency       = dependency('gsound', version: '>= 1.0.2')
+gtk_dependency          = dependency('gtk4', version: '>= 3.99.1')
+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]