[eog: 8/21] build: Fix generator warning in GIR generation



commit 91d641e46b5d43c8023e6088bd13f32d38505c28
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Jun 27 22:23:52 2019 +0200

    build: Fix generator warning in GIR generation
    
    The `eog` executable is used to create GObject Introspection that
    generates it properly. However, meson shows a warning regarding
    cross builds.
    
    This has been changed to use the `libeog` shared library, which is
    also installed, to generate GObject Introspection.

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 857277c9..11f9726c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -214,7 +214,7 @@ if enable_introspection
   typelib_dir = eog_pkglibdir / 'girepository-' + eog_gir_version
 
   gnome.generate_gir(
-    eog,
+    libeog,
     sources: gir_sources,
     nsversion: eog_api_version,
     namespace: eog_gir_ns,


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