mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
(submit/selection.h) 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:
@@ -265,7 +265,6 @@ cat > sdksyms.c << EOF
|
|||||||
#include "rgb.h"
|
#include "rgb.h"
|
||||||
#include "screenint.h"
|
#include "screenint.h"
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
#include "selection.h"
|
|
||||||
#include "servermd.h"
|
#include "servermd.h"
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
|
|||||||
@@ -485,7 +485,6 @@ if build_xorg
|
|||||||
'rgb.h',
|
'rgb.h',
|
||||||
'screenint.h',
|
'screenint.h',
|
||||||
'scrnintstr.h',
|
'scrnintstr.h',
|
||||||
'selection.h',
|
|
||||||
'servermd.h',
|
'servermd.h',
|
||||||
'validate.h',
|
'validate.h',
|
||||||
'displaymode.h',
|
'displaymode.h',
|
||||||
|
|||||||
Reference in New Issue
Block a user