[gnome-weather] Fix geoclue dependency.
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Fix geoclue dependency.
- Date: Thu, 14 Jul 2022 03:21:55 +0000 (UTC)
commit 817406557a56348daf92a312c3eca173adc18951
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Jul 14 15:15:38 2022 +1200
Fix geoclue dependency.
The previous dependency is a .pc provided by the geoclue service, we are using
the library instead so use the .pc for that.
This means you aren't required to build geoclue without the backend when
building gnome-weather dependencies.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 09f6b83..6ab29a8 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ dependency('glib-2.0')
dependency('gobject-introspection-1.0', version: '>=1.35.9')
dependency('gtk4', version :'>=4.5')
dependency('gjs-1.0', version: '>= 1.71.0')
-dependency('geoclue-2.0', version: '>= 0.12.99')
+dependency('libgeoclue-2.0', version: '>= 0.12.99')
dependency('libadwaita-1', version: '>= 1.2.alpha')
dependency('gweather4', version: '>= 3.90.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]