Merge branch 'master' into xorg-updates
[jackhill/guix/guix.git] / gnu / packages / patches / xf86-video-intel-glibc-2.20.patch
1 Allow builds with glibc 2.20.
2 Based on a patch by Peter Hutterer <peter.hutterer@who-t.net>.
3 See <https://raw.githubusercontent.com/openembedded/oe-core/master/meta/recipes-graphics/xorg-driver/xf86-input-synaptics/always_include_xorg_server.h.patch>.
4
5 --- xf86-video-intel-2.21.15/src/intel_device.c.~1~ 2013-08-09 16:58:48.000000000 -0400
6 +++ xf86-video-intel-2.21.15/src/intel_device.c 2014-12-18 00:03:54.700759577 -0500
7 @@ -33,6 +33,8 @@
8
9 #include <sys/ioctl.h>
10
11 +#include <xorg-server.h>
12 +
13 #include <pciaccess.h>
14 #include <xf86.h>
15 #include <xf86drm.h>