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:
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

View file

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