xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Aug 8 11:21:19 UTC 2021


 include/dix.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e4dabe8d9395d60699aa9831626920adaa847680
Author: Roman Gilg <subdiff at gmail.com>
Date:   Sat Aug 7 14:15:07 2021 +0200

    Remove build-only include from public header
    
    The dix-config.h file is not installed, but dix.h is. The include makes the
    compilation of external drivers fail (for example the libinput driver).
    
    The Xserver compilation also works without the include, so just remove it.
    
    Signed-off-by: Roman Gilg <subdiff at gmail.com>

diff --git a/include/dix.h b/include/dix.h
index 65f2d812d..595b18bdd 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -54,7 +54,6 @@ SOFTWARE.
 #include "cursor.h"
 #include "geext.h"
 #include "events.h"
-#include <dix-config.h>
 #include <X11/extensions/XI.h>
 
 #define EARLIER -1


More information about the xorg-commit mailing list