forked from len0rd/rockbox
Fixed DISABLE_DEMOS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2331 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2d2ecc310
commit
a316213f0f
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -211,10 +211,10 @@ if [ "-" = "$extra_defines" ]; then
|
|||
|
||||
if [ "-DARCHOS_RECORDER" = "$target" ] ; then
|
||||
|
||||
echo "Do you want to use Screensavers? (Y)"
|
||||
echo "Do you want to use Demos? (Y)"
|
||||
getit=`input`;
|
||||
if [ "n" = "$getit" -o "N" = "$getit" ] ; then
|
||||
extra_defines="$extra_defines -DDISABLE_SCREENSAVERS"
|
||||
extra_defines="$extra_defines -DDISABLE_DEMOS"
|
||||
else
|
||||
extra_defines="$extra_defines"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue