Revert "cmake: Remove redundant include_directories()"

This reverts commit 9b1ea1c7f7.

This breaks compilation; apparently the include is not implicit and is
thus needed after all.
This commit is contained in:
Nate Graham 2021-01-05 19:29:15 -07:00
parent a92b465f8f
commit 3800181ac2

View file

@ -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