From d86da20fac762519060c68b73251d690886745ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Jun 2002 22:26:56 +0000 Subject: 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 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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 if [ "$debug" = "SIMULATOR=1" ]; then simulator="yes" + display=`grep "^DISPLAY=" Makefile | cut -d= -f2-` + keypad=`grep "^KEYPAD=" Makefile | cut -d= -f2-` fi fi fi -- cgit v1.2.3