mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Merge pull request #3418 from vanfanel/master
Fix plain_drm driver compilation
This commit is contained in:
commit
339ea74ede
@ -691,6 +691,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(HAVE_PLAIN_DRM), 1)
|
ifeq ($(HAVE_PLAIN_DRM), 1)
|
||||||
OBJ += gfx/drivers/drm_gfx.o
|
OBJ += gfx/drivers/drm_gfx.o
|
||||||
|
CFLAGS += -I/usr/include/drm
|
||||||
|
LIBS += -ldrm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_GL_CONTEXT), 1)
|
ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user