mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 04:14:20 +00:00
Added --enable-tslib configure option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user