xfree86: common: dont install xf86MatchDrivers.h
xf86MatchDrivers.h doesn't export any symbols, thus doesn't need to be installed. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1738>
This commit is contained in:
parent
0b123a0413
commit
cd52a8f8a4
|
@ -42,7 +42,6 @@ xorg_sdk_headers = [
|
||||||
'xf86VGAarbiter.h',
|
'xf86VGAarbiter.h',
|
||||||
'xf86Optionstr.h',
|
'xf86Optionstr.h',
|
||||||
'xf86platformBus.h',
|
'xf86platformBus.h',
|
||||||
'xf86MatchDrivers.h',
|
|
||||||
'xaarop.h',
|
'xaarop.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue