Skip to content

Commit 6ce2a12

Browse files
committed
Enable compilation with plain_drm without other video drivers.
1 parent 81b74de commit 6ce2a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.common

+1
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)