Hide the x11 type offering when building simulator, SDL is now the way to
go. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed9a73557b
commit
8974c76c2d
1 changed files with 4 additions and 2 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
@ -303,10 +303,12 @@ whichsim () {
|
|||
if [ -z "$simver" ]; then
|
||||
|
||||
##################################################################
|
||||
# Figure out win32/x11 GUI
|
||||
# Figure out what simulator version
|
||||
#
|
||||
# x11 is deprecated so hide it from the question
|
||||
#
|
||||
echo ""
|
||||
echo "Build (W)in32 or (X)11 or (S)DL GUI version? (S)"
|
||||
echo "Build (W)in32 or (S)DL version? (S)"
|
||||
|
||||
option=`input`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue