From c66eaf431c03162c8c8877d47d9430c212f947b9 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 5 Mar 2024 16:25:18 +0100 Subject: [PATCH] include: dont install glx_extinit.h This header isn't included by any (known) driver/module and doesn't export any functions, thus no need to install it anymore. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- include/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/include/meson.build b/include/meson.build index 014dd8932..0cffe7824 100644 --- a/include/meson.build +++ b/include/meson.build @@ -470,7 +470,6 @@ if build_xorg 'gc.h', 'gcstruct.h', 'globals.h', - 'glx_extinit.h', 'glxvndabi.h', 'input.h', 'inputstr.h',