From 0fe255c3ce16e88d353d74f393ec26c55ae3c97e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 17 Jun 2025 00:32:58 +0500 Subject: [PATCH] Update drm references to use correct path (libdrm, not drm). --- 12to11.conf | 4 ++-- tests/dmabuf_test.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/12to11.conf b/12to11.conf index 30cda9d..9034694 100644 --- a/12to11.conf +++ b/12to11.conf @@ -10,8 +10,8 @@ XCBLIB = -lX11-xcb PIXMAN = -lpixman-1 DRM = -ldrm - DRMFOURCCH = $(INCROOT)/drm/drm_fourcc.h - DRMINCLUDES = -I$(INCROOT)/drm + DRMFOURCCH = $(INCROOT)/libdrm/drm_fourcc.h + DRMINCLUDES = -I$(INCROOT)/libdrm PIXMANINCLUDES = -I$(INCROOT)/pixman-1 XPRESENTLIB = -lXpresent WAYLAND_SCANNER = wayland-scanner diff --git a/tests/dmabuf_test.c b/tests/dmabuf_test.c index 292ca19..15682ec 100644 --- a/tests/dmabuf_test.c +++ b/tests/dmabuf_test.c @@ -19,7 +19,7 @@ along with 12to11. If not, see . */ #include #include -#include +#include #include #include