* 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.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			394 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			394 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
This patch was copied from Debian.
 | 
						|
 | 
						|
--- xserver-xorg-video-intel-2.21.15.orig/src/compat-api.h
 | 
						|
+++ xserver-xorg-video-intel-2.21.15/src/compat-api.h
 | 
						|
@@ -158,4 +158,8 @@
 | 
						|
 	if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
 | 
						|
 #endif
 | 
						|
 
 | 
						|
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
 | 
						|
+#define DamageUnregister(d, dd) DamageUnregister(dd)
 | 
						|
+#endif
 | 
						|
+
 | 
						|
 #endif
 |