From 7c18d91d3605785b0d5a821b067cda5d61b2710f Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Mon, 26 Aug 2024 09:16:20 -0600 Subject: [PATCH 2/9] Fix the include path for drm_fourcc.h. Remove the leading "libdrm/" when including drm_fourcc.h. We shouldn't hard-code a path like that -- using pkg-config should add the appropriate include path. --- src/wayland-eglsurface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-eglsurface.c b/src/wayland-eglsurface.c index da08fb2..1b8ff77 100644 --- a/src/wayland-eglsurface.c +++ b/src/wayland-eglsurface.c @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include -- 2.43.0