diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 92e7cbf1617..c6b7e5cbbca 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -442,7 +442,7 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND) ) # Tablet. generate_protocol_bindings( - "${WAYLAND_PROTOCOLS_DIR}/unstable/tablet/tablet-unstable-v2.xml" + "${WAYLAND_PROTOCOLS_DIR}/stable/tablet/tablet-v2.xml" ) # Primary-selection. generate_protocol_bindings( diff --git a/intern/ghost/intern/GHOST_SystemWayland.cc b/intern/ghost/intern/GHOST_SystemWayland.cc index 6f0c26474bf..2d58557a14b 100644 --- a/intern/ghost/intern/GHOST_SystemWayland.cc +++ b/intern/ghost/intern/GHOST_SystemWayland.cc @@ -65,7 +65,7 @@ #include #include #include -#include +#include #include #include #include