[gedit] build: remove vapigen dependency() call



commit 27e064d55276c10e597f26897e182a494e38458a
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu May 7 05:38:55 2020 +0200

    build: remove vapigen dependency() call
    
    There is anyway gnome.generate_vapi() which should be sufficient.

 meson.build | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1504331d1..e54f13fb4 100644
--- a/meson.build
+++ b/meson.build
@@ -48,11 +48,6 @@ libgd_dep = libgd_subproject.get_variable('libgd_dep')
 
 # Dependencies
 gio_dep = dependency('gio-2.0', version: '>= 2.64')
-gspell_dep = dependency('gspell-1', version: '>= 1.0')
-vapigen_dep = dependency('vapigen', version: '>= 0.25.1')
-
-python3 = python.find_installation('python3')
-
 deps_basic_list = [
   gio_dep,
   dependency('gtk+-3.0', version: '>= 3.22'),
@@ -61,6 +56,9 @@ deps_basic_list = [
   dependency('gobject-introspection-1.0'),
 ]
 
+gspell_dep = dependency('gspell-1', version: '>= 1.0')
+python3 = python.find_installation('python3')
+
 # Configurations
 config_h = configuration_data()
 config_h.set_quoted('PACKAGE_STRING', 'gedit-@0@'.format(api_version))


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