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:
parent
26328f81a9
commit
a13a1e9264
|
@ -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"
|
||||
|
|
|
@ -487,7 +487,6 @@ if build_xorg
|
|||
'rgb.h',
|
||||
'screenint.h',
|
||||
'scrnintstr.h',
|
||||
'selection.h',
|
||||
'servermd.h',
|
||||
'validate.h',
|
||||
'displaymode.h',
|
||||
|
|
Loading…
Reference in New Issue