mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-28 05:18:17 +02:00
Will be used to consolidate the required sources lists as well as the install-able headers. This is turn will help us to avoid the duplication with the upcoming Android build support. v2: Rename the headers variable to *_H_FILES. v3: Rebase on top of symbol visibility patches. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
18 lines
275 B
Text
18 lines
275 B
Text
LIBDRM_INCLUDE_H_FILES := \
|
|
drm.h \
|
|
drm_mode.h \
|
|
drm_fourcc.h \
|
|
drm_sarea.h \
|
|
i915_drm.h \
|
|
mga_drm.h \
|
|
nouveau_drm.h \
|
|
r128_drm.h \
|
|
radeon_drm.h \
|
|
savage_drm.h \
|
|
sis_drm.h \
|
|
via_drm.h \
|
|
mach64_drm.h \
|
|
qxl_drm.h
|
|
|
|
LIBDRM_INCLUDE_VMWGFX_H_FILES := \
|
|
vmwgfx_drm.h
|