diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 15:45:59 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 23:28:15 -0500 |
commit | 232af79efb065951a224b9d7751d08d6c8f4fe37 (patch) | |
tree | a34398d88011016e3fcb57e8705f4b8ff80a7329 /gnu-system.am | |
parent | 2c0a2d7a4f0ff6714c87fe04ef7b0cbf3e27a902 (diff) | |
download | guix-232af79efb065951a224b9d7751d08d6c8f4fe37.tar guix-232af79efb065951a224b9d7751d08d6c8f4fe37.tar.gz |
gnu: Resurrect xf86-video-geode and update to 2.11.16.
* gnu/packages/patches/xf86-video-geode-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-geode): Uncomment it. Update
to 2.11.16. 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 d4e027f7e2..cf8c7dc56c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -459,6 +459,7 @@ dist_patch_DATA = \ gnu/packages/patches/w3m-fix-compile.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \ + gnu/packages/patches/xf86-video-geode-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 |