[libgweather/gir-fix] build: Fix the pkg-config file reference in the GIR data




commit 82bfdc69f05185aeeea31eb3b7da5393b7b62c90
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Oct 15 10:14:59 2021 +0100

    build: Fix the pkg-config file reference in the GIR data
    
    We renamed it to gweather4 from gweather-4.0.

 libgweather/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/meson.build b/libgweather/meson.build
index 9285f2fb..a2cd84a7 100644
--- a/libgweather/meson.build
+++ b/libgweather/meson.build
@@ -195,7 +195,7 @@ if build_gir
     includes: ['Gio-2.0', 'GdkPixbuf-2.0'],
     symbol_prefix: 'gweather',
     identifier_prefix: 'GWeather',
-    export_packages: 'gweather-' + libgweather_api_version,
+    export_packages: 'gweather'.format(libgweather_api),
     header: 'libgweather/gweather.h',
     extra_args: [
       '--warn-all',


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