From 3800181ac2823da77983566748bad2f1d5a708ee Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Tue, 5 Jan 2021 19:29:15 -0700 Subject: [PATCH] Revert "cmake: Remove redundant include_directories()" This reverts commit 9b1ea1c7f7318dabd2b8a67be43fc4d004a46392. This breaks compilation; apparently the include is not implicit and is thus needed after all. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26c40d4410..571c1b6e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -358,6 +358,8 @@ if (KWIN_BUILD_XRENDER_COMPOSITING) set(KWIN_HAVE_XRENDER_COMPOSITING 1) endif() +include_directories(${XKB_INCLUDE_DIR}) + set(HAVE_EPOXY_GLX ${epoxy_HAS_GLX}) # for things that are also used by kwin libraries