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:
parent
a92b465f8f
commit
3800181ac2
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ if (KWIN_BUILD_XRENDER_COMPOSITING)
|
||||||
set(KWIN_HAVE_XRENDER_COMPOSITING 1)
|
set(KWIN_HAVE_XRENDER_COMPOSITING 1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
include_directories(${XKB_INCLUDE_DIR})
|
||||||
|
|
||||||
set(HAVE_EPOXY_GLX ${epoxy_HAS_GLX})
|
set(HAVE_EPOXY_GLX ${epoxy_HAS_GLX})
|
||||||
|
|
||||||
# for things that are also used by kwin libraries
|
# for things that are also used by kwin libraries
|
||||||
|
|
Loading…
Reference in a new issue