about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libgweather/fix-pkgconfig.patch
blob: b118a3bc9dd8485acc23bbafbd860dcbd4f3365f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,
   ]