mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 19:50:06 +01:00
Also move LookupDeviceIntRec into the DIX, and add InputOption type, and NewInputDeviceRequest prototype (DIX requests DDX to add a device). Does not link without an implemented NIDR.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
AM_CFLAGS = @DIX_CFLAGS@
|
|
|
|
dbusconfigdir = $(sysconfdir)/dbus-1/system.d
|
|
dbusconfig_DATA = xorg-server.conf
|
|
|
|
lib_LIBRARIES = libconfig.a
|
|
|
|
libconfig_a_SOURCES = config.c
|
|
|
|
EXTRA_DIST = xorg-server.conf
|