pixman: build internal version early
Signed-off-by: Eric Johnson <ericj@mips.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c28fa5a0b3
commit
b776eca138
7
configure
vendored
7
configure
vendored
@ -3956,9 +3956,6 @@ if test "$target_softmmu" = "yes" ; then
|
|||||||
if test "$smartcard_nss" = "yes" ; then
|
if test "$smartcard_nss" = "yes" ; then
|
||||||
echo "subdir-$target: subdir-libcacard" >> $config_host_mak
|
echo "subdir-$target: subdir-libcacard" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
if test "$pixman" = "internal" ; then
|
|
||||||
echo "subdir-$target: subdir-pixman" >> $config_host_mak
|
|
||||||
fi
|
|
||||||
case "$target_arch2" in
|
case "$target_arch2" in
|
||||||
i386|x86_64)
|
i386|x86_64)
|
||||||
echo "CONFIG_HAVE_CORE_DUMP=y" >> $config_target_mak
|
echo "CONFIG_HAVE_CORE_DUMP=y" >> $config_target_mak
|
||||||
@ -4156,6 +4153,10 @@ echo "QEMU_INCLUDES+=$includes" >> $config_target_mak
|
|||||||
|
|
||||||
done # for target in $targets
|
done # for target in $targets
|
||||||
|
|
||||||
|
if [ "$pixman" = "internal" ]; then
|
||||||
|
echo "config-host.h: subdir-pixman" >> $config_host_mak
|
||||||
|
fi
|
||||||
|
|
||||||
# build tree in object directory in case the source is not in the current directory
|
# build tree in object directory in case the source is not in the current directory
|
||||||
DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32"
|
DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32"
|
||||||
DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas"
|
DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas"
|
||||||
|
Loading…
Reference in New Issue
Block a user