mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02: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.
11 lines
218 B
Makefile
11 lines
218 B
Makefile
module_LTLIBRARIES = libxf8_16bpp.la
|
|
|
|
sdk_HEADERS = cfb8_16.h
|
|
|
|
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/fb
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|
|
|
|
libxf8_16bpp_la_LDFLAGS = -avoid-version
|
|
|
|
libxf8_16bpp_la_SOURCES = xf8_16module.c
|