mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Define HAVE_VIDEOCORE as well when HAVE_DISPMANX is defined
This commit is contained in:
parent
99d3ddf998
commit
0b43e65917
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user