mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 15:40:18 +01:00
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
12 lines
162 B
Makefile
12 lines
162 B
Makefile
noinst_LTLIBRARIES = librandr.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
if XORG
|
|
sdk_HEADERS = randrstr.h
|
|
endif
|
|
|
|
librandr_la_SOURCES = \
|
|
mirandr.c \
|
|
randr.c \
|
|
randrstr.h
|