Correct drm headers path for the plain_drm driver

This commit is contained in:
vanfanel 2016-08-31 11:59:29 +02:00
parent 2ffcaecc6c
commit b9ff4c91bd

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