mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
Added --enable-tslib configure option
This commit is contained in:
parent
a42384e935
commit
e8c0229647
2 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue