From a2e8688a4cc4e5202983b15a58447720ac799e17 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: (cherry picked from commit c66eaf431c03162c8c8877d47d9430c212f947b9) --- include/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/include/meson.build b/include/meson.build index 145c6e0c8..db9e658f5 100644 --- a/include/meson.build +++ b/include/meson.build @@ -474,7 +474,6 @@ if build_xorg 'gc.h', 'gcstruct.h', 'globals.h', - 'glx_extinit.h', 'glxvndabi.h', 'input.h', 'inputstr.h',