gnu: xfd: Add dependency on libxkbfile.
* gnu/packages/xorg.scm (xfd)[inputs]: Add LIBXKBFILE. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
625bdf09d3
commit
baf1d4e8ae
|
@ -4029,7 +4029,8 @@ Font Description (XLFD) full name for a font.")
|
|||
("libxaw" ,libxaw)
|
||||
("libxft" ,libxft)
|
||||
("libxmu" ,libxmu)
|
||||
("libxrender" ,libxrender)))
|
||||
("libxrender" ,libxrender)
|
||||
("libxkbfile" ,libxkbfile)))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Reference in New Issue