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 @@ Font Description (XLFD) full name for a font.")
|
||||||
("libxaw" ,libxaw)
|
("libxaw" ,libxaw)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("libxmu" ,libxmu)
|
("libxmu" ,libxmu)
|
||||||
("libxrender" ,libxrender)))
|
("libxrender" ,libxrender)
|
||||||
|
("libxkbfile" ,libxkbfile)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue