gnu: lightdm-gtk-greeter: Enable libklavier support.

* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Add '--with-libxklavier'.
[inputs]: Add libxklavier.
This commit is contained in:
Maxim Cournoyer 2022-08-09 01:04:12 -04:00
parent 0d23e9cda2
commit d0046bc13b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -357,6 +357,7 @@ (define-public lightdm-gtk-greeter
;; Put the binary under /bin rather than /sbin, so that it gets ;; Put the binary under /bin rather than /sbin, so that it gets
;; wrapped by the glib-or-gtk-wrap phase. ;; wrapped by the glib-or-gtk-wrap phase.
(string-append "--sbindir=" #$output "/bin") (string-append "--sbindir=" #$output "/bin")
(string-append "--with-libxklavier")
(string-append "--enable-at-spi-command=" (string-append "--enable-at-spi-command="
(search-input-file (search-input-file
%build-inputs "libexec/at-spi-bus-launcher"))) %build-inputs "libexec/at-spi-bus-launcher")))
@ -400,6 +401,7 @@ (define-public lightdm-gtk-greeter
gtk+ gtk+
guile-3.0 guile-3.0
librsvg librsvg
libxklavier
lightdm lightdm
shared-mime-info)) shared-mime-info))
(synopsis "GTK+ greeter for LightDM") (synopsis "GTK+ greeter for LightDM")