diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-04 11:31:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-05 23:03:21 -0400 |
commit | 025523f1e4c0eb4583b709b9c97dda850817591f (patch) | |
tree | 1b5231e38414900b5877c1941c2f311dd145ee12 /gnu-system.am | |
parent | f2ca414acb80769423fcd864dbca02f6a10e4183 (diff) | |
download | patches-025523f1e4c0eb4583b709b9c97dda850817591f.tar patches-025523f1e4c0eb4583b709b9c97dda850817591f.tar.gz |
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.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 95c4eeb6fd..f7c7af78f3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -468,6 +468,7 @@ dist_patch_DATA = \ gnu/packages/patches/libvpx-fix-ssse3-quantize.patch \ gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch \ gnu/packages/patches/linux-libre-libreboot-fix.patch \ + gnu/packages/patches/linux-libre-vblank-fix.patch \ gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua51-liblua-so.patch \ |