Define HAVE_VIDEOCORE as well when HAVE_DISPMANX is defined

This commit is contained in:
twinaphex 2015-11-29 02:16:50 +01:00
parent 99d3ddf998
commit 0b43e65917

View File

@ -717,6 +717,7 @@ endif
ifeq ($(HAVE_DISPMANX), 1)
OBJ += gfx/drivers/dispmanx_gfx.o
HAVE_VIDEOCORE = 1
LIBS += $(DISPMANX_LIBS)
DEFINES += $(DISPMANX_CFLAGS)
endif