Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
dbb2c921
Commit
dbb2c921
authored
Oct 24, 2004
by
bellard
Browse files
SDL config fix
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@1123
c046a42c-6fe2-441c-8c8c-71466251a162
parent
0d1a29f9
Changes
1
Show whitespace changes
Inline
Side-by-side
configure
View file @
dbb2c921
...
...
@@ -510,23 +510,24 @@ fi
if
test
"
$target_user_only
"
=
"no"
;
then
if
test
"
$target_softmmu
"
=
"no"
-o
"
$static
"
=
"yes"
;
then
if
test
"
$sdl_static
"
=
"yes"
;
then
sdl1
=
$sdl_static
else
sdl1
=
$sdl
fi
if
test
"
$sdl1
"
=
"yes"
;
then
echo
"#define CONFIG_SDL 1"
>>
$config_h
echo
"CONFIG_SDL=yes"
>>
$config_mak
if
test
"
$target_softmmu
"
=
"no"
-o
"
$static
"
=
"yes"
;
then
echo
"SDL_LIBS=
$sdl_static_libs
"
>>
$config_mak
fi
else
if
test
"
$sdl
"
=
"yes"
;
then
echo
"#define CONFIG_SDL 1"
>>
$config_h
echo
"CONFIG_SDL=yes"
>>
$config_mak
echo
"SDL_LIBS=
`
$sdl_config
--libs
`
"
>>
$config_mak
fi
fi
echo
-n
"SDL_CFLAGS=
`
$sdl_config
--cflags
`
"
>>
$config_mak
if
[
"
${
aa
}
"
=
"yes"
]
;
then
echo
-n
"
`
aalib-config
--cflags
`
"
>>
$config_mak
;
fi
echo
""
>>
$config_mak
fi
fi
done
# for target in $targets
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment