summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-06-23 23:47:25 +0200
committerThomas Martitz <kugel@rockbox.org>2014-06-23 23:47:25 +0200
commitcd4fb9ee798ccb11863aa98531852c2405bb6f8c (patch)
tree8e79d3b153f820865276f734e4aa8375aa0951e4
parent8f6c779ff6b1c738e13ba32da8dfb736b8df4abd (diff)
downloadrockbox-cd4fb9ee798ccb11863aa98531852c2405bb6f8c.tar.gz
rockbox-cd4fb9ee798ccb11863aa98531852c2405bb6f8c.zip
fix sdlapp and ypr0 builds
Change-Id: I3953350c04607691b427fc2a3b00e8ae08bcea45
-rw-r--r--firmware/export/config/samsungypr0.h2
-rwxr-xr-xtools/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h
index 0fce70e1fe..b27a1fa2a6 100644
--- a/firmware/export/config/samsungypr0.h
+++ b/firmware/export/config/samsungypr0.h
@@ -49,7 +49,7 @@
49 49
50#define LCD_DEPTH 24 50#define LCD_DEPTH 24
51/* Check that but should not matter */ 51/* Check that but should not matter */
52#define LCD_PIXELFORMAT RGB565 52#define LCD_PIXELFORMAT RGB888
53 53
54/* YP-R0 has the backlight */ 54/* YP-R0 has the backlight */
55#define HAVE_BACKLIGHT 55#define HAVE_BACKLIGHT
diff --git a/tools/configure b/tools/configure
index d3312c0c0d..022f38071b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3342,7 +3342,7 @@ fi
3342 tool="cp " 3342 tool="cp "
3343 boottool="cp " 3343 boottool="cp "
3344 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 3344 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3345 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 3345 bmp2rb_native="$rootdir/tools/bmp2rb -f 9"
3346 output="rockbox" 3346 output="rockbox"
3347 bootoutput="rockbox" 3347 bootoutput="rockbox"
3348 appextra="recorder:gui:radio" 3348 appextra="recorder:gui:radio"