mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	build: Depend on cairo 1.12.0 for CAIRO_FORMAT_RGB30
We've somewhat recently added RGB30 support to testdisplay, but we need cairo 1.12.0 for that. Barf early. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
		
							parent
							
								
									edee952e6a
								
							
						
					
					
						commit
						0193b69e14
					
				@ -74,7 +74,7 @@ PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.38 libdrm])
 | 
			
		||||
PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10])
 | 
			
		||||
 | 
			
		||||
# for testdisplay
 | 
			
		||||
PKG_CHECK_MODULES(CAIRO, cairo)
 | 
			
		||||
PKG_CHECK_MODULES(CAIRO, [cairo >= 1.12.0])
 | 
			
		||||
PKG_CHECK_MODULES(LIBUDEV, [libudev], [udev=yes], [udev=no])
 | 
			
		||||
if test x"$udev" = xyes; then
 | 
			
		||||
	AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug detection])
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user