diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 6f5fdfe7b8b..15a3e318716 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -434,7 +434,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 0ff0e40a1c5..ead347be251 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