diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 4efecbd149..0895789d8a 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -382,4 +382,11 @@ install(FILES xwaylandkeyboardgrab_v1.h xwaylandshell_v1.h + ${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-content-type-v1.h + ${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-frog-color-management-v1.h + ${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-presentation-time.h + ${CMAKE_CURRENT_BINARY_DIR}/wayland-content-type-v1-server-protocol.h + ${CMAKE_CURRENT_BINARY_DIR}/wayland-frog-color-management-v1-server-protocol.h + ${CMAKE_CURRENT_BINARY_DIR}/wayland-presentation-time-server-protocol.h + DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kwin/wayland COMPONENT Devel) diff --git a/src/wayland/contenttype_v1.h b/src/wayland/contenttype_v1.h index 625a0194d8..dff6a564b5 100644 --- a/src/wayland/contenttype_v1.h +++ b/src/wayland/contenttype_v1.h @@ -7,7 +7,7 @@ #include "surface.h" -#include "qwayland-server-content-type-v1.h" +#include "wayland/qwayland-server-content-type-v1.h" #include diff --git a/src/wayland/frog_colormanagement_v1.h b/src/wayland/frog_colormanagement_v1.h index 0544fe0a6f..2d1f81a83b 100644 --- a/src/wayland/frog_colormanagement_v1.h +++ b/src/wayland/frog_colormanagement_v1.h @@ -6,7 +6,7 @@ #pragma once #include "core/colorspace.h" -#include "qwayland-server-frog-color-management-v1.h" +#include "wayland/qwayland-server-frog-color-management-v1.h" #include #include diff --git a/src/wayland/presentationtime.h b/src/wayland/presentationtime.h index bc915bcac6..d8c43876dd 100644 --- a/src/wayland/presentationtime.h +++ b/src/wayland/presentationtime.h @@ -10,7 +10,7 @@ #include "core/renderbackend.h" #include "effect/globals.h" -#include "qwayland-server-presentation-time.h" +#include "wayland/qwayland-server-presentation-time.h" namespace KWin {