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 @@ display manager which supports different greeters.") | ||||||
|               ;; 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 @@ display manager which supports different greeters.") | ||||||
|            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") | ||||||
|  |  | ||||||
		Reference in a new issue