mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
This code comes from the intel driver, so there's no history in this tree. As the crtc/output-based mode selection code uses ddc, the ddc and i2c modules have been merged into the server. Attempts to load them are safely ignored now.
12 lines
305 B
Makefile
12 lines
305 B
Makefile
sdk_HEADERS = edid.h vdif.h xf86DDC.h
|
|
|
|
noinst_LIBRARIES = libddc.a
|
|
|
|
libddc_a_SOURCES = xf86DDC.c edid.c interpret_edid.c print_edid.c \
|
|
interpret_vdif.c print_vdif.c ddcProperty.c
|
|
|
|
INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|
|
|
|
EXTRA_DIST = ddcPriv.h DDC.HOWTO
|