summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-15 10:14:59 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-15 10:14:59 +0100
commit82bfdc69f05185aeeea31eb3b7da5393b7b62c90 (patch)
tree1ece461ef61ad5b2bb7d532a34f8bfffa2952701
parenta5d8f36842f4953f6652b01537bf02479fed2b1d (diff)
downloadlibgweather-82bfdc69f05185aeeea31eb3b7da5393b7b62c90.tar.gz
build: Fix the pkg-config file reference in the GIR data
We renamed it to gweather4 from gweather-4.0.
-rw-r--r--libgweather/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/meson.build b/libgweather/meson.build
index 9285f2f..a2cd84a 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',