1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2002-08-06 18:09:23 +00:00
parent a0ec2be42d
commit e4b8c04788

View file

@ -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