mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
0d23e9cda2
commit
d0046bc13b
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue