summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-03 22:26:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-03 22:26:56 +0000
commitd86da20fac762519060c68b73251d690886745ac (patch)
tree2b1f11b043a2878c8307d36fef5f2595605065d2 /tools/configure
parent63787dffdee831559ecda2d1d1593e3638e76e7a (diff)
downloadrockbox-d86da20fac762519060c68b73251d690886745ac.tar.gz
rockbox-d86da20fac762519060c68b73251d690886745ac.zip
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index d0b8cc0462..a972274f5d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -100,6 +100,8 @@ if [ "$target" = "update" ]; then
100 100
101 if [ "$debug" = "SIMULATOR=1" ]; then 101 if [ "$debug" = "SIMULATOR=1" ]; then
102 simulator="yes" 102 simulator="yes"
103 display=`grep "^DISPLAY=" Makefile | cut -d= -f2-`
104 keypad=`grep "^KEYPAD=" Makefile | cut -d= -f2-`
103 fi 105 fi
104 fi 106 fi
105 fi 107 fi