From c362119572228721e45087d1a835231512b8edab Mon Sep 17 00:00:00 2001 From: vanfanel Date: Sun, 18 Oct 2015 20:25:53 +0200 Subject: SDL/DISPMANX Renamed the RASBERRYPI define to the less confusing name of DISPMANX because it controls whether dispmanx rendering backend is enabled or not on the Raspberry Pi. --- backends/platform/sdl/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl/module.mk') diff --git a/backends/platform/sdl/module.mk b/backends/platform/sdl/module.mk index d87ec6b0d3..04911f8a20 100644 --- a/backends/platform/sdl/module.mk +++ b/backends/platform/sdl/module.mk @@ -34,7 +34,7 @@ MODULE_OBJS += \ ps3/ps3.o endif -ifdef RASPBERRYPI +ifdef DISPMANX MODULE_OBJS += \ raspberrypi/raspberrypi-main.o \ raspberrypi/raspberrypi.o -- cgit v1.2.3