mirror of
				https://github.com/SwallowOS/xorg_lib_libxcb
				synced 2025-11-04 05:28:12 +08:00 
			
		
		
		
	depends on recent xcb-proto and bump version of randr
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
		@@ -32,7 +32,7 @@ fi
 | 
			
		||||
AC_SUBST(HTML_CHECK_RESULT)
 | 
			
		||||
 | 
			
		||||
# Checks for pkg-config packages
 | 
			
		||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1)
 | 
			
		||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.5)
 | 
			
		||||
NEEDED="pthread-stubs xau >= 0.99.2"
 | 
			
		||||
PKG_CHECK_MODULES(NEEDED, $NEEDED)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -75,7 +75,7 @@ EXTSOURCES += randr.c
 | 
			
		||||
EXTENSION_XML += randr.xml
 | 
			
		||||
if BUILD_RANDR
 | 
			
		||||
lib_LTLIBRARIES += libxcb-randr.la
 | 
			
		||||
libxcb_randr_la_LDFLAGS = -version-info 0:0:0
 | 
			
		||||
libxcb_randr_la_LDFLAGS = -version-info 1:0:0
 | 
			
		||||
libxcb_randr_la_LIBADD = $(XCB_LIBS)
 | 
			
		||||
nodist_libxcb_randr_la_SOURCES = randr.c randr.h
 | 
			
		||||
endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user