Merge pull request #3479 from vanfanel/master

Correct drm headers path for the plain_drm driver
This commit is contained in:
Twinaphex 2016-08-31 14:46:30 +02:00 committed by GitHub
commit cc0d7193f0

View File

@ -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