[gegl/wip/tintou/gegl-vapi-deps] gegl: Explicit the vapi dependencies




commit 81e2e27eebeeed8fc8dc3692445de19a89bb9d38
Author: Corentin Noël <corentin noel collabora com>
Date:   Fri Aug 14 16:47:34 2020 +0200

    gegl: Explicit the vapi dependencies
    
    This makes sure that projects using gegl are also including glib-2.0, gobject-2.0 and babl-0.1.

 gegl/gegl.deps.in | 0
 gegl/meson.build  | 5 +++++
 2 files changed, 5 insertions(+)
---
diff --git a/gegl/meson.build b/gegl/meson.build
index 514f62107..cad03eb19 100644
--- a/gegl/meson.build
+++ b/gegl/meson.build
@@ -136,6 +136,11 @@ if get_option('introspection')
       metadata_dirs: '.',
       sources: gegl_gir[0],
       install: true,
+      packages: [
+        'glib-2.0',
+        'gobject-2.0',
+        'babl-0.1'
+      ],
     )
   endif
 endif


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