gnu: xf86-video-qxl: Change to libxfont2 ABI.
* gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2.
This commit is contained in:
parent
27e982e0d3
commit
62489932a0
|
@ -3056,7 +3056,7 @@ UniChrome Pro and Chrome9 integrated graphics processors.")
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("fontsproto" ,fontsproto)
|
||||
("libxfont" ,libxfont)
|
||||
("libxfont" ,libxfont2)
|
||||
("spice-protocol" ,spice-protocol)
|
||||
("xf86dgaproto" ,xf86dgaproto)
|
||||
("xorg-server" ,xorg-server)
|
||||
|
|
Loading…
Reference in New Issue