summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-04-04 11:31:11 -0400
committerMark H Weaver <mhw@netris.org>2015-04-05 23:03:21 -0400
commit025523f1e4c0eb4583b709b9c97dda850817591f (patch)
tree1b5231e38414900b5877c1941c2f311dd145ee12 /gnu-system.am
parentf2ca414acb80769423fcd864dbca02f6a10e4183 (diff)
downloadguix-patches-025523f1e4c0eb4583b709b9c97dda850817591f.tar
guix-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.am1
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 \