xfree86: xv: don't install xf86xvpriv.h

Not included by any drivers, and it's supposed to be private anyways.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 15:16:09 +02:00
parent 1d5ed400e3
commit f13a8c1798
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ endif
if build_xv if build_xv
srcs_xorg_common += ['xf86xv.c', 'xf86xvmc.c'] srcs_xorg_common += ['xf86xv.c', 'xf86xvmc.c']
xorg_sdk_headers += ['xf86xv.h', 'xf86xvmc.h', 'xf86xvpriv.h'] xorg_sdk_headers += ['xf86xv.h', 'xf86xvmc.h']
endif endif
if build_udev if build_udev

View File

@ -135,7 +135,6 @@ cat > sdksyms.c << EOF
#ifdef XV #ifdef XV
# include "xf86xv.h" # include "xf86xv.h"
# include "xf86xvmc.h" # include "xf86xvmc.h"
# include "xf86xvpriv.h"
#endif #endif
#include "xorgVersion.h" #include "xorgVersion.h"
#if defined(__sparc__) || defined(__sparc) #if defined(__sparc__) || defined(__sparc)