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




commit 45dc1808778513e467ad73db90c427c4711994a4
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 c92110349..4eee76810 100644
--- a/gegl/meson.build
+++ b/gegl/meson.build
@@ -137,6 +137,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]