dix: don't install selection.h anymore

This file isn't included by any driver - not even indirectly, and hard
to imagine any driver ever needs it, so no need to keep it installed.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 00:44:38 +02:00
parent 26328f81a9
commit a13a1e9264
2 changed files with 0 additions and 2 deletions

View File

@ -255,7 +255,6 @@ cat > sdksyms.c << EOF
#include "rgb.h"
#include "screenint.h"
#include "scrnintstr.h"
#include "selection.h"
#include "servermd.h"
#include "validate.h"
#include "window.h"

View File

@ -487,7 +487,6 @@ if build_xorg
'rgb.h',
'screenint.h',
'scrnintstr.h',
'selection.h',
'servermd.h',
'validate.h',
'displaymode.h',