xfree86: common: unexport dgaproc.h

dgaproc.h doesn't contain any exported (module API) functions, and the structs
defined here also aren't used by anything public. Thus this file doesn't need
to be installed into SDK anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-08 19:05:56 +01:00
parent 0a9be2584a
commit ac7b49b45c

View File

@ -57,7 +57,6 @@ endif
if build_dga
srcs_xorg_common += 'xf86DGA.c'
xorg_sdk_headers += 'dgaproc.h'
endif
if build_xv