mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
Merge pull request #3479 from vanfanel/master
Correct drm headers path for the plain_drm driver
This commit is contained in:
commit
cc0d7193f0
@ -689,7 +689,7 @@ endif
|
||||
|
||||
ifeq ($(HAVE_PLAIN_DRM), 1)
|
||||
OBJ += gfx/drivers/drm_gfx.o
|
||||
CFLAGS += -I/usr/include/drm
|
||||
CFLAGS += -I/usr/include/libdrm
|
||||
LIBS += -ldrm
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user