[gnome-builder/wip/gtk4-port] build: bump for VTE version change



commit 167372f9cf51464d8c3805f0e0959ff839f288df
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 8 12:58:12 2022 -0700

    build: bump for VTE version change

 src/libide/gui/ide-application-plugins.c | 2 +-
 src/meson.build                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/gui/ide-application-plugins.c b/src/libide/gui/ide-application-plugins.c
index 9204ea491..98ff70bd1 100644
--- a/src/libide/gui/ide-application-plugins.c
+++ b/src/libide/gui/ide-application-plugins.c
@@ -409,7 +409,7 @@ _ide_application_load_plugins (IdeApplication *self)
       !g_irepository_require (NULL, "Gtk", "4.0", 0, &error) ||
       !g_irepository_require (NULL, "Jsonrpc", "1.0", 0, &error) ||
       !g_irepository_require (NULL, "Template", "1.0", 0, &error) ||
-      !g_irepository_require (NULL, "Vte", "4-2.91", 0, &error) ||
+      !g_irepository_require (NULL, "Vte", "3.91", 0, &error) ||
 #ifdef HAVE_WEBKIT
       !g_irepository_require (NULL, "WebKit2", "5.0", 0, &error) ||
 #endif
diff --git a/src/meson.build b/src/meson.build
index ee1c822f7..7a088dd34 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -107,7 +107,7 @@ libide_gir = gnome.generate_gir(gnome_builder,
             namespace: 'Ide',
         symbol_prefix: 'ide',
     identifier_prefix: 'Ide',
-             includes: [ 'Gio-2.0', 'Gtk-4.0', 'Peas-1.0', 'Vte-4-2.91', 'GtkSource-5', 'Adw-1', 'Panel-1', 
'Template-1.0' ],
+             includes: [ 'Gio-2.0', 'Gtk-4.0', 'Peas-1.0', 'Vte-3.91', 'GtkSource-5', 'Adw-1', 'Panel-1', 
'Template-1.0' ],
               install: true,
       install_dir_gir: pkggirdir,
   install_dir_typelib: pkgtypelibdir,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]