mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user