|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [qemu] Always allow --disable-sdl since t
# HG changeset patch
# User chris@xxxxxxxxxxxxxxxxxxxxxxxx
# Node ID e47aad0605a3e3687b2467452f0cf45d8b0c0b07
# Parent ea04335d238b23e7f39aafdae4a141d9258cf134
[qemu] Always allow --disable-sdl since there's always vnc support.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
---
tools/ioemu/configure | 10 ----------
1 files changed, 10 deletions(-)
diff -r ea04335d238b -r e47aad0605a3 tools/ioemu/configure
--- a/tools/ioemu/configure Thu Aug 03 19:45:14 2006 +0100
+++ b/tools/ioemu/configure Fri Aug 04 09:27:52 2006 +0100
@@ -225,8 +225,6 @@ for opt do
--kernel-path=*) kernel_path="$optarg"
;;
--enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no"
- ;;
- --disable-gfx-check) check_gfx="no"
;;
--disable-gcc-check) check_gcc="no"
;;
@@ -734,14 +732,6 @@ target_user_only="no"
target_user_only="no"
if expr $target : '.*-user' > /dev/null ; then
target_user_only="yes"
-fi
-
-if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \
- -a "$sdl" = "no" -a "$cocoa" = "no" ; then
- echo "ERROR: QEMU requires SDL or Cocoa for graphical output"
- echo "To build QEMU without graphical output configure with
--disable-gfx-check"
- echo "Note that this will disable all output from the virtual graphics
card."
- exit 1;
fi
#echo "Creating $config_mak, $config_h and $target_dir/Makefile"
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [qemu] Always allow --disable-sdl since there's always vnc support.,
Xen patchbot-unstable <=
|
|
|
|
|