[gnome-taquin/arnaudb/wip/gtk4: 66/108] Compile with Gtk4.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin/arnaudb/wip/gtk4: 66/108] Compile with Gtk4.
- Date: Tue, 29 Sep 2020 14:16:03 +0000 (UTC)
commit 3b5ac50b2fd77a3bb064ab2445d236e54ac03499
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Wed Feb 19 19:00:34 2020 +0100
Compile with Gtk4.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 10b7ed7..01dcfc8 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@ valac = meson.get_compiler('vala')
gio_dependency = dependency('gio-2.0', version: '>= 2.42.0')
glib_dependency = dependency('glib-2.0', version: '>= 2.42.0')
gsound_dependency = dependency('gsound', version: '>= 1.0.2')
-gtk_dependency = dependency('gtk+-3.0', version: '>= 3.24.0')
+gtk_dependency = dependency('gtk4', version: '>= 3.99.1')
libm_dependency = cc.find_library('m', required: false) # some platforms do not have libm separated from libc
posix_dependency = valac.find_library('posix')
rsvg_dependency = dependency('librsvg-2.0', version: '>= 2.32.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]