Merge pull request #17706 from zoltanvb/plain_drm_fix

Enable compilation with plain_drm without other video drivers.
This commit is contained in:
LibretroAdmin 2025-03-19 18:04:52 -07:00 committed by GitHub
commit ee881cfd67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)