[gnome-tetravex/arnaudb/wip/gtk4: 12/42] Compile with Gtk4.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex/arnaudb/wip/gtk4: 12/42] Compile with Gtk4.
- Date: Mon, 28 Sep 2020 13:21:14 +0000 (UTC)
commit d96dd2fa05d7eba27cb749d96c3f72b66c2485fb
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Feb 20 20:41:39 2020 +0100
Compile with Gtk4.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 572744c..f2efeb4 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ bindir = join_paths (get_option ('prefix'), get_option ('bindir'))
gio_dep = dependency ('gio-2.0', version: '>= 2.42.0')
glib_dep = dependency ('glib-2.0', version: '>= 2.42.0')
if get_option('build_gui')
- gtk_dep = dependency ('gtk+-3.0', version: '>= 3.22.23')
+ gtk_dep = dependency ('gtk4', version: '>= 3.99.1')
endif
# TODO build requires vala 0.46.3 for GLib vapi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]