depot/third_party/nixpkgs/pkgs/development/libraries/libgweather/fix-pkgconfig.patch
Default email 8a45d4525b Project import generated by Copybara.
GitOrigin-RevId: 710fed5a2483f945b14f4a58af2cd3676b42d8c8
2022-03-30 11:31:56 +02:00

14 lines
442 B
Diff

diff --git a/libgweather/meson.build b/libgweather/meson.build
index b5d0b4d4..10010d70 100644
--- a/libgweather/meson.build
+++ b/libgweather/meson.build
@@ -269,6 +269,9 @@ pkgconfig.generate(
description: 'Gather weather information from online services',
version: meson.project_version(),
subdirs: libgweather_full_version,
+ requires: [
+ 'glib-2.0',
+ ],
variables: [
'soupapiversion=' + libsoup_api_version,
]