configure: remove libdrm version check
We already require said version. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
		
							parent
							
								
									8718d46157
								
							
						
					
					
						commit
						e0748b10a8
					
				| 
						 | 
					@ -1999,8 +1999,7 @@ if test "x$XORG" = xyes; then
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if test "x$DRM" = xyes; then
 | 
						if test "x$DRM" = xyes; then
 | 
				
			||||||
		dnl 2.4.46 is required for cursor hotspot support.
 | 
							XORG_DRIVER_MODESETTING=yes
 | 
				
			||||||
		PKG_CHECK_EXISTS(libdrm >= 2.4.46, XORG_DRIVER_MODESETTING=yes, XORG_DRIVER_MODESETTING=no)
 | 
					 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	AC_SUBST([XORG_LIBS])
 | 
						AC_SUBST([XORG_LIBS])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue