me
/
guix
Archived
1
0
Fork 0

gnu: xfd: Add dependency on libxkbfile.

* gnu/packages/xorg.scm (xfd)[inputs]: Add LIBXKBFILE.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Boris A. Dekshteyn 2019-10-25 23:36:13 +12:00 committed by Ludovic Courtès
parent 625bdf09d3
commit baf1d4e8ae
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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)))