From ec0a38303bd73238f6b8b6af9011b1ab0a406453 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 18 Dec 2024 15:14:37 +0000 Subject: [PATCH] xwayland: fix dnd including xwayland ref #8759 --- src/xwayland/Dnd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xwayland/Dnd.cpp b/src/xwayland/Dnd.cpp index 488ee8dde..fed1914ab 100644 --- a/src/xwayland/Dnd.cpp +++ b/src/xwayland/Dnd.cpp @@ -1,7 +1,9 @@ #include "Dnd.hpp" +#ifndef NO_XWAYLAND #include "XWM.hpp" #include "XWayland.hpp" #include "Server.hpp" +#endif #include "../managers/XWaylandManager.hpp" #include "../desktop/WLSurface.hpp"