diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-21 14:41:03 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-21 14:56:32 +0100 |
commit | f12def72ae6e6d06335d726b93bc88e0e896b9ae (patch) | |
tree | 260db2dba24df88c86591e052e785c42cf9fd4c7 /gnu/local.mk | |
parent | 008dfa23d4d719e5522bbafbb949e38ee202c62a (diff) | |
download | gnu-guix-f12def72ae6e6d06335d726b93bc88e0e896b9ae.tar gnu-guix-f12def72ae6e6d06335d726b93bc88e0e896b9ae.tar.gz |
gnu: xf86-input-wacom: Fix compatibility with xorg ABI 25.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (xf86-input-wacom)[source](patches): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2ca90dfce6..82d9a31bd1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -970,6 +970,7 @@ dist_patch_DATA = \ %D%/packages/patches/wordnet-CVE-2008-3908-pt1.patch \ %D%/packages/patches/wordnet-CVE-2008-3908-pt2.patch \ %D%/packages/patches/xdotool-fix-makefile.patch \ + %D%/packages/patches/xf86-input-wacom-xorg-abi-25.patch \ %D%/packages/patches/xf86-video-ark-remove-mibstore.patch \ %D%/packages/patches/xf86-video-ast-remove-mibstore.patch \ %D%/packages/patches/xf86-video-geode-glibc-2.20.patch \ |