diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 20:43:03 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 23:28:16 -0500 |
commit | 49a9099ebc2cd3a31d274613f307b66cd0df2204 (patch) | |
tree | b703fe8ddc7214e1a311e7de476932d18ef3a254 /gnu-system.am | |
parent | 7504007211b0b7864b2b8f4b3b1dcfbaaef2da30 (diff) | |
download | guix-49a9099ebc2cd3a31d274613f307b66cd0df2204.tar guix-49a9099ebc2cd3a31d274613f307b66cd0df2204.tar.gz |
gnu: xf86-video-intel: Update to 2.21.15.
* gnu/packages/patches/xf86-video-intel-compat-api.patch,
gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.21.15.
Add patches. Add eudev to inputs.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index cdd446bb45..2dcb29a67f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -463,6 +463,8 @@ dist_patch_DATA = \ gnu/packages/patches/xf86-video-geode-glibc-2.20.patch \ gnu/packages/patches/xf86-video-glint-remove-mibstore.patch \ gnu/packages/patches/xf86-video-i128-remove-mibstore.patch \ + gnu/packages/patches/xf86-video-intel-compat-api.patch \ + gnu/packages/patches/xf86-video-intel-glibc-2.20.patch \ gnu/packages/patches/xf86-video-openchrome-includes.patch \ gnu/packages/patches/xfce4-panel-plugins.patch \ gnu/packages/patches/xmodmap-asprintf.patch |