mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-25 11:50:37 +01:00
Use evdev. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
19 lines
281 B
Makefile
19 lines
281 B
Makefile
AM_CPPFLAGS = \
|
|
@KDRIVE_INCS@ \
|
|
@KDRIVE_CFLAGS@
|
|
|
|
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
|
|
|
|
noinst_LTLIBRARIES = liblinux.la
|
|
|
|
liblinux_la_SOURCES =
|
|
|
|
liblinux_la_SOURCES += linux.c
|
|
|
|
if KDRIVE_EVDEV
|
|
liblinux_la_SOURCES += evdev.c
|
|
endif
|
|
|
|
if TSLIB
|
|
liblinux_la_SOURCES += tslib.c
|
|
endif
|