From 221803bcc94de2eb027fc5da1fcf1da8d09d7784 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 00:44:38 +0200 Subject: [PATCH] (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 --- hw/xfree86/sdksyms.sh | 1 - include/meson.build | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 4df88f63f..56037110a 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -265,7 +265,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" diff --git a/include/meson.build b/include/meson.build index 2dd216f0b..3e0805670 100644 --- a/include/meson.build +++ b/include/meson.build @@ -485,7 +485,6 @@ if build_xorg 'rgb.h', 'screenint.h', 'scrnintstr.h', - 'selection.h', 'servermd.h', 'validate.h', 'displaymode.h',