diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-06-03 22:26:56 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-03 22:26:56 +0000 |
| commit | d86da20fac762519060c68b73251d690886745ac (patch) | |
| tree | 2b1f11b043a2878c8307d36fef5f2595605065d2 | |
| parent | 63787dffdee831559ecda2d1d1593e3638e76e7a (diff) | |
| download | rockbox-d86da20fac762519060c68b73251d690886745ac.zip rockbox-d86da20fac762519060c68b73251d690886745ac.tar.gz rockbox-d86da20fac762519060c68b73251d690886745ac.tar.bz2 rockbox-d86da20fac762519060c68b73251d690886745ac.tar.xz | |
configure update for simulator builds must preserve display and keypad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@879 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index d0b8cc0..a972274 100755 --- a/tools/configure +++ b/tools/configure @@ -100,6 +100,8 @@ if [ "$target" = "update" ]; then if [ "$debug" = "SIMULATOR=1" ]; then simulator="yes" + display=`grep "^DISPLAY=" Makefile | cut -d= -f2-` + keypad=`grep "^KEYPAD=" Makefile | cut -d= -f2-` fi fi fi |