From: Ian Jackson Date: Thu, 12 Jun 2008 15:02:07 +0000 (+0100) Subject: disable-opengl entry in option table should be inside CONFIG_OPENGL X-Git-Tag: xen-3.3.0-rc1~79 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f2fa6a5f356abfe4b55ff12a5178d8dec26f0c0d;p=qemu-xen-3.4-testing.git disable-opengl entry in option table should be inside CONFIG_OPENGL --- diff --git a/vl.c b/vl.c index b84d2f67..b4c0eec5 100644 --- a/vl.c +++ b/vl.c @@ -7536,7 +7536,9 @@ const QEMUOption qemu_options[] = { { "alt-grab", 0, QEMU_OPTION_alt_grab }, { "no-quit", 0, QEMU_OPTION_no_quit }, #endif +#ifdef CONFIG_OPENGL { "disable-opengl", 0, QEMU_OPTION_disable_opengl }, +#endif CONFIG_OPENGL { "direct_pci", HAS_ARG, QEMU_OPTION_direct_pci }, { "pidfile", HAS_ARG, QEMU_OPTION_pidfile }, { "win2k-hack", 0, QEMU_OPTION_win2k_hack },