diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 18:09:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 18:09:23 +0000 |
commit | e4b8c04788dd71b69f7703345eb10e3f3bc52a6c (patch) | |
tree | a38bd8b588e436950448ec0a4c29fadf314ca60a | |
parent | a0ec2be42db64139584c6b4f3372d4445088e6d3 (diff) |
disable LCD_PROPFONTS in the default build, as the actual firmware build
has it disabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1564 a1c6a512-1295-4272-9138-f99709370657
-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 9912e8230d..3d40303271 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -42,7 +42,7 @@ DISPLAY = -DHAVE_LCD_BITMAP KEYPAD = -DHAVE_RECORDER_KEYPAD DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \ -$(KEYPAD) $(DISPLAY) -DLCD_PROPFONTS +$(KEYPAD) $(DISPLAY) #-DLCD_PROPFONTS LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl |