[gnome-todo/wip/jtojnar/gir-gtk4: 5/5] introspection: Depend on GTK 4
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/wip/jtojnar/gir-gtk4: 5/5] introspection: Depend on GTK 4
- Date: Thu, 3 Jun 2021 21:34:52 +0000 (UTC)
commit e0afbbdcf18eea396d18400e035cf6cef935bdc5
Author: Jan Tojnar <jtojnar gmail com>
Date: Fri May 14 14:02:48 2021 +0000
introspection: Depend on GTK 4
Otherwise, the package will not build without GTK 3.
src/meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 88654299..9ab95215 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,4 +1,3 @@
-
sources = []
#######
@@ -318,7 +317,7 @@ if get_option('introspection')
gir_incs = [
'Gio-2.0',
'GObject-2.0',
- 'Gtk-3.0'
+ 'Gtk-4.0'
]
gir_extra_args = '--warn-all'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]