Skip to content

Commit ee881cf

Browse files
Merge pull request #17706 from zoltanvb/plain_drm_fix
Enable compilation with plain_drm without other video drivers.
2 parents e6887be + 6ce2a12 commit ee881cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,7 @@ ifeq ($(HAVE_PLAIN_DRM), 1)
15041504
INCLUDE_DIRS += -I/usr/include/libdrm
15051505
endif
15061506
LIBS += -ldrm
1507+
HAVE_AND_WILL_USE_DRM = 1
15071508
endif
15081509

15091510
ifeq ($(HAVE_VITAGL), 1)

0 commit comments

Comments
 (0)