From 1eab2960954de959ff400190947e719689fdbc13 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 18:49:57 +0200 Subject: [PATCH] Revert "xfree86: drop using HAVE_DIX_CONFIG_H" This reverts commit 8409b223624ab895691e6f82785ad98dd3877271. --- hw/xfree86/common/xf86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 535796479..463adfdca 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -37,7 +37,7 @@ #ifdef HAVE_XORG_CONFIG_H #include -#else +#elif HAVE_DIX_CONFIG_H #include #endif