gnu: geoclue: Fix build option name.

* gnu/packages/gnome.scm (geoclue)[configure-flags]<bus-srv-user>: Rename
to...
<dbus-srv-user>: ... this.  The error was caught by meson 0.60.
This commit is contained in:
Maxim Cournoyer 2021-10-30 00:00:04 -04:00
parent a8dd1d2abf
commit 539b18da3d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5363,7 +5363,7 @@ (define-public geoclue
(patches (search-patches "geoclue-config.patch")))) (patches (search-patches "geoclue-config.patch"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:configure-flags (list "-Dbus-srv-user=geoclue"))) '(#:configure-flags (list "-Ddbus-srv-user=geoclue")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)