[gnome-todo] build: Introspect the private share library



commit 78fdf358ba6b927bf1ee0ddd933b48b388c8909c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Sep 8 18:43:05 2018 -0300

    build: Introspect the private share library
    
    Not the main application.

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 7128f4f..9954ad5 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -230,7 +230,7 @@ if get_option('introspection')
   typelib_dir = join_paths(gnome_todo_libdir, '@0@-@1@'.format('girepository', gnome_todo_gir_version))
 
   gnome.generate_gir(
-             gnome_todo,
+                 libgtd,
                 sources: gir_sources,
               namespace: gnome_todo_gir_namespace,
               nsversion: gnome_todo_gir_version,


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