1diff --git a/libgweather/meson.build b/libgweather/meson.build
2index b5d0b4d4..10010d70 100644
3--- a/libgweather/meson.build
4+++ b/libgweather/meson.build
5@@ -269,6 +269,9 @@ pkgconfig.generate(
6 description: 'Gather weather information from online services',
7 version: meson.project_version(),
8 subdirs: libgweather_full_version,
9+ requires: [
10+ 'glib-2.0',
11+ ],
12 variables: [
13 'soupapiversion=' + libsoup_api_version,
14 ]