From fa35d2913d305ef18a162b62713141879ebb270a Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 20 Jan 2025 15:00:09 -0500 Subject: [PATCH] build: remove HAVE_X11_EXTENSIONS_XKBSTR_H define --- cmake/Libraries.cmake | 2 -- src/lib/config.h.in | 3 --- 2 files changed, 5 deletions(-) diff --git a/cmake/Libraries.cmake b/cmake/Libraries.cmake index 0b654bbc3..77aa4403f 100644 --- a/cmake/Libraries.cmake +++ b/cmake/Libraries.cmake @@ -257,8 +257,6 @@ macro(configure_xorg_libs) HAVE_X11_EXTENSIONS_DPMS_H) check_include_files("X11/extensions/Xinerama.h" HAVE_X11_EXTENSIONS_XINERAMA_H) - check_include_files("${XKBlib};X11/extensions/XKBstr.h" - HAVE_X11_EXTENSIONS_XKBSTR_H) check_include_files("X11/extensions/XKB.h" HAVE_XKB_EXTENSION) check_include_files("X11/extensions/XTest.h" HAVE_X11_EXTENSIONS_XTEST_H) check_include_files("${XKBlib}" HAVE_X11_XKBLIB_H) diff --git a/src/lib/config.h.in b/src/lib/config.h.in index 72ab67043..e36f63397 100644 --- a/src/lib/config.h.in +++ b/src/lib/config.h.in @@ -89,9 +89,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_X11_EXTENSIONS_XINERAMA_H @HAVE_X11_EXTENSIONS_XINERAMA_H@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_X11_EXTENSIONS_XKBSTR_H @HAVE_X11_EXTENSIONS_XKBSTR_H@ - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_X11_EXTENSIONS_XTEST_H @HAVE_X11_EXTENSIONS_XTEST_H@