From fdb7b4177132e2c487cd8790e8fd21dc56084f50 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Thu, 17 Oct 2002 18:38:32 +0000 Subject: The simulated version shall not have a BITMAP_LCD any more (fucked up the screen). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2706 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index e0dc896087..0cf3a66ded 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -299,7 +299,7 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c $(CC) $(CFLAGS) -c $< -o $@ $(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c - $(CC) $(CFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ + $(CC) $(CFLAGS) -c $< -o $@ # these ones are simulator-specific -- cgit v1.2.3