diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-23 22:49:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-23 22:49:42 +0200 |
commit | b5d9beaa1a0092f2751d83154e754a422b925fb4 (patch) | |
tree | 4304e2ef7ce5ce5b1c7d4250a662403bfbb8121d /gnu-system.am | |
parent | c9d39df937f2baf9015dc091bcf72b9b38e422fa (diff) | |
download | patches-b5d9beaa1a0092f2751d83154e754a422b925fb4.tar patches-b5d9beaa1a0092f2751d83154e754a422b925fb4.tar.gz |
gnu: xf86-input-synaptics: Allow building with libc 2.20.
* gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-input-synaptics): Use it. Improve
synopsis and description.
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 67b13e7803..7d6a6b99a7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -409,6 +409,7 @@ dist_patch_DATA = \ gnu/packages/patches/util-linux-perl.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/w3m-fix-compile.patch \ + gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch \ gnu/packages/patches/xmodmap-asprintf.patch \ gnu/packages/patches/xpdf-constchar.patch |