gnu: xf86-video-intel: Swap input libdrm with mesa.

* gnu/packages/xorg.scm (xf86-video-intel): Drop input libdrm, add input
    mesa.
master
Andreas Enge 2014-11-07 22:41:13 +01:00
parent 15a6d433ff
commit 0fa22d5a7c
1 changed files with 1 additions and 1 deletions

View File

@ -2670,7 +2670,7 @@ autotools system.")
(base32
"1g742szymajh88a5dw08sxcr45bmxgc4w3m6hddv9qscn5hks4rj"))))
(build-system gnu-build-system)
(inputs `(("libdrm" ,libdrm)
(inputs `(("mesa" ,mesa)
("libx11" ,libx11)
("xorg-server" ,xorg-server)))
(native-inputs