Added --enable-tslib configure option
This commit is contained in:
		
							parent
							
								
									a42384e935
								
							
						
					
					
						commit
						e8c0229647
					
				| 
						 | 
				
			
			@ -38,3 +38,7 @@ Xfbdev_LDADD = \
 | 
			
		|||
	$(XSERVER_LIBS)					\
 | 
			
		||||
	-lm -lz
 | 
			
		||||
 | 
			
		||||
if TSLIB
 | 
			
		||||
Xfbdev_LDADD += -lts
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,3 +20,7 @@ liblinux_a_SOURCES = 	\
 | 
			
		|||
	mouse.c		\
 | 
			
		||||
	ms.c		\
 | 
			
		||||
	ps2.c
 | 
			
		||||
 | 
			
		||||
if TSLIB
 | 
			
		||||
liblinux_a_SOURCES += tslib.c
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue