gnu: linux-libre: Fix drm_wait_one_vblank warnings.

* gnu/packages/patches/linux-libre-vblank-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.
This commit is contained in:
Mark H Weaver 2015-04-04 11:31:11 -04:00
parent f2ca414acb
commit 025523f1e4
3 changed files with 178 additions and 1 deletions

View file

@ -273,7 +273,8 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
(base32
"13nq0wzkjy7hrhnnvxlwzs1awlqd81vzriqddjn6s9ma3fzj44bn"))
(patches
(list (search-patch "linux-libre-libreboot-fix.patch")))))
(list (search-patch "linux-libre-libreboot-fix.patch")
(search-patch "linux-libre-vblank-fix.patch")))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("bc" ,bc)