gnu: xf86-video-freedreno: Add missing input.

* gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
master
Efraim Flashner 2017-08-28 10:14:07 +03:00
parent 9baa969758
commit 15d61488a6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -2747,7 +2747,8 @@ framebuffer device.")
`(("libdrm" ,libdrm)
("mesa" ,mesa)
("udev" ,eudev)
("xorg-server" ,xorg-server)))
("xorg-server" ,xorg-server)
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)
("autoconf" ,autoconf)