diff options
author | Kjell Ericson <kjell@haxx.se> | 2002-10-17 18:38:32 +0000 |
---|---|---|
committer | Kjell Ericson <kjell@haxx.se> | 2002-10-17 18:38:32 +0000 |
commit | fdb7b4177132e2c487cd8790e8fd21dc56084f50 (patch) | |
tree | 09a9e44c408c7736ea4a96caa88cbe3b21e44c57 /uisimulator/x11/Makefile | |
parent | 5fddbf488ae56dacc3f2855f481f85012247738b (diff) |
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
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r-- | uisimulator/x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |