[gnome-builder] gstyle: Use available gtksourceview-3.0.vapi instead of corresponding gir



commit 27890a14dcce88255396029f77baf5cc54928ab0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Jun 17 16:25:06 2017 +0200

    gstyle: Use available gtksourceview-3.0.vapi instead of corresponding gir

 contrib/gstyle/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/contrib/gstyle/meson.build b/contrib/gstyle/meson.build
index bcdf546..3c1c338 100644
--- a/contrib/gstyle/meson.build
+++ b/contrib/gstyle/meson.build
@@ -147,7 +147,7 @@ if get_option('with_introspection')
 
     libgstyle_vapi = gnome.generate_vapi('gstyle-private',
       sources: libgstyle_gir[0],
-      packages: ['gio-2.0', 'gtk+-3.0', 'GtkSource-3.0'],
+      packages: ['gio-2.0', 'gtk+-3.0', 'gtksourceview-3.0'],
       install: true,
       install_dir: pkgvapidir,
     )


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