From 6ce2a12c4db8fae5fd1042be974b1fcdf60bde87 Mon Sep 17 00:00:00 2001 From: zoltanvb Date: Mon, 17 Mar 2025 06:04:06 +0100 Subject: [PATCH] Enable compilation with plain_drm without other video drivers. --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 1aa3c74cce..8b18945b65 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1504,6 +1504,7 @@ ifeq ($(HAVE_PLAIN_DRM), 1) INCLUDE_DIRS += -I/usr/include/libdrm endif LIBS += -ldrm + HAVE_AND_WILL_USE_DRM = 1 endif ifeq ($(HAVE_VITAGL), 1)