mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: xfd: Add dependency on libxkbfile.
* gnu/packages/xorg.scm (xfd)[inputs]: Add LIBXKBFILE. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
625bdf09d3
commit
baf1d4e8ae
1 changed files with 2 additions and 1 deletions
|
@ -4029,7 +4029,8 @@ (define-public xfd
|
|||
("libxaw" ,libxaw)
|
||||
("libxft" ,libxft)
|
||||
("libxmu" ,libxmu)
|
||||
("libxrender" ,libxrender)))
|
||||
("libxrender" ,libxrender)
|
||||
("libxkbfile" ,libxkbfile)))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue