mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: xf86-video-freedreno: Add missing input.
* gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
This commit is contained in:
parent
9baa969758
commit
15d61488a6
1 changed files with 2 additions and 1 deletions
|
@ -2747,7 +2747,8 @@ (define-public xf86-video-freedreno
|
|||
`(("libdrm" ,libdrm)
|
||||
("mesa" ,mesa)
|
||||
("udev" ,eudev)
|
||||
("xorg-server" ,xorg-server)))
|
||||
("xorg-server" ,xorg-server)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue