qemu-allow-disable-sdl

来自「xen 3.2.2 源码」· 代码 · 共 29 行

TXT
29
字号
Index: ioemu/configure===================================================================--- ioemu.orig/configure	2007-05-03 18:49:10.000000000 +0100+++ ioemu/configure	2007-05-03 20:29:35.000000000 +0100@@ -237,8 +237,6 @@   ;;   --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no"   ;;-  --disable-gfx-check) check_gfx="no"-  ;;   --disable-gcc-check) check_gcc="no"   ;;   --disable-system) softmmu="no"@@ -831,14 +829,6 @@   target_darwin_user="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"  mkdir -p $target_dir

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?