Enable compilation with plain_drm without other video drivers.

This commit is contained in:
zoltanvb 2025-03-17 06:04:06 +01:00
parent 81b74decb3
commit 6ce2a12c4d
1 changed files with 1 additions and 0 deletions

View File

@ -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)