From 9a1cb5941b85be3babe4d3940d7f3597fb0673fc Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 20 Jan 2025 15:01:38 -0500 Subject: [PATCH] build: remove unused define HAVE_X11_XKBLIB_H --- src/lib/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/config.h.in b/src/lib/config.h.in index e36f63397..819f43f27 100644 --- a/src/lib/config.h.in +++ b/src/lib/config.h.in @@ -92,9 +92,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_X11_EXTENSIONS_XTEST_H @HAVE_X11_EXTENSIONS_XTEST_H@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_X11_XKBLIB_H @HAVE_X11_XKBLIB_H@ - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_XI2 @HAVE_XI2@