GPH/DINGUX: Fix build
Downscaling code has been removed
This commit is contained in:
parent
cfe8f4889c
commit
584f82d895
1 changed files with 2 additions and 4 deletions
|
@ -298,15 +298,13 @@ endif
|
|||
|
||||
ifeq ($(BACKEND),dingux)
|
||||
MODULE_OBJS += \
|
||||
events/dinguxsdl/dinguxsdl-events.o \
|
||||
graphics/downscalesdl/downscalesdl-graphics.o
|
||||
events/dinguxsdl/dinguxsdl-events.o
|
||||
endif
|
||||
|
||||
ifeq ($(BACKEND),gph)
|
||||
MODULE_OBJS += \
|
||||
events/gph/gph-events.o \
|
||||
graphics/gph/gph-graphics.o \
|
||||
graphics/downscalesdl/downscalesdl-graphics.o
|
||||
graphics/gph/gph-graphics.o
|
||||
endif
|
||||
|
||||
ifdef IPHONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue