diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake index 7a63dc3ef49..ad7f2b1e8fa 100644 --- a/build_files/cmake/platform/platform_unix.cmake +++ b/build_files/cmake/platform/platform_unix.cmake @@ -645,7 +645,7 @@ if(WITH_GHOST_WAYLAND) else() # Rocky8 packages have too old a version, a newer version exist in the pre-compiled libraries. find_path(WAYLAND_PROTOCOLS_DIR - NAMES unstable/xdg-decoration/xdg-decoration-unstable-v1.xml + NAMES staging/xdg-activation/xdg-activation-v1.xml PATH_SUFFIXES share/wayland-protocols PATHS ${LIBDIR}/wayland-protocols )