gnu: xf86-video-intel: Swap input libdrm with mesa.
* gnu/packages/xorg.scm (xf86-video-intel): Drop input libdrm, add input mesa.
This commit is contained in:
parent
15a6d433ff
commit
0fa22d5a7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue