Xace: dont install xace.h and xacestr.h anymore

These aren't used by any drivers, so no need to keep them installed.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-05-15 20:13:01 +02:00 committed by Marge Bot
parent 601fd0fd84
commit 22a3014c50

View File

@ -37,7 +37,6 @@ endif
if build_xace if build_xace
srcs_xext += 'xace.c' srcs_xext += 'xace.c'
hdrs_xext += ['xace.h', 'xacestr.h']
endif endif
if build_xf86bigfont if build_xf86bigfont