From ac7b49b45cf4c530b9b54e9d2fb156ae4b460c5a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 8 Feb 2024 19:05:56 +0100 Subject: [PATCH] xfree86: common: unexport dgaproc.h dgaproc.h doesn't contain any exported (module API) functions, and the structs defined here also aren't used by anything public. Thus this file doesn't need to be installed into SDK anymore. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build index 7dc19c6f9..01f160bdd 100644 --- a/hw/xfree86/common/meson.build +++ b/hw/xfree86/common/meson.build @@ -57,7 +57,6 @@ endif if build_dga srcs_xorg_common += 'xf86DGA.c' - xorg_sdk_headers += 'dgaproc.h' endif if build_xv