summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-28 00:37:28 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-28 00:37:28 +0000
commit5656f8245f63c5104085998c0865bac0aea95d44 (patch)
tree2fa4c2cd1dac341dafb88ec5f9990775c97ae49a /tools
parentddaa878097a7d78d974badbd5a7845587c695392 (diff)
downloadrockbox-5656f8245f63c5104085998c0865bac0aea95d44.tar.gz
rockbox-5656f8245f63c5104085998c0865bac0aea95d44.zip
Sansa Clip: build plugins (FS#9578)
Use unmodified C200 keymap when possible, variation of it when not Use Archos bitmaps when possible Current problems: - Pegbox plugin shows display corruption (corruption is different in the simulator) - Bubbles plugin misses 1 or 2 bottom lines, but if we gain back these lines it occupies a too small area of the screen - Splitted screen (yellow/blue) is a bit weird in most plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index d445752959..53e596c882 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1685,7 +1685,7 @@ fi
1685 output="rockbox.sansa" 1685 output="rockbox.sansa"
1686 bootoutput="bootloader-clip.sansa" 1686 bootoutput="bootloader-clip.sansa"
1687 appextra="recorder:gui" 1687 appextra="recorder:gui"
1688 plugins="" 1688 plugins="yes"
1689 swcodec="yes" 1689 swcodec="yes"
1690 toolset=$scramblebitmaptools 1690 toolset=$scramblebitmaptools
1691 t_cpu="arm" 1691 t_cpu="arm"