From ee1100eb98d5033d8d4b76bf9fb0e720fec4c191 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Sun, 29 Mar 2026 09:31:28 +0200 Subject: [PATCH] wayland/buffer: drop unused GLESv3 include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That one is often in a separate Mesa package and contrary to GLESv2 doesn’t come with a pkg-config file. Mildly annoying… --- src/wayland/buffer/dmabuf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/buffer/dmabuf.cpp b/src/wayland/buffer/dmabuf.cpp index ed9dbeb..47462fb 100644 --- a/src/wayland/buffer/dmabuf.cpp +++ b/src/wayland/buffer/dmabuf.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include