diff --git a/lib/kwinglplatform.cpp b/lib/kwinglplatform.cpp
index 0d88f6279e..d36e6067c7 100644
--- a/lib/kwinglplatform.cpp
+++ b/lib/kwinglplatform.cpp
@@ -34,6 +34,7 @@ along with this program. If not, see .
#include
#ifdef KWIN_HAVE_OPENGL
+#ifndef KWIN_HAVE_OPENGLES
namespace KWin
{
@@ -832,5 +833,6 @@ bool GLPlatform::isIntel() const
} // namespace KWin
+#endif // KWIN_HAVE_OPENGLES
#endif // KWIN_HAVE_OPENGL