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:
parent
0a9be2584a
commit
ac7b49b45c
|
@ -57,7 +57,6 @@ endif
|
||||||
|
|
||||||
if build_dga
|
if build_dga
|
||||||
srcs_xorg_common += 'xf86DGA.c'
|
srcs_xorg_common += 'xf86DGA.c'
|
||||||
xorg_sdk_headers += 'dgaproc.h'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if build_xv
|
if build_xv
|
||||||
|
|
Loading…
Reference in New Issue