From: Ewan Le BIDEAU-CANEVET Date: Thu, 16 Oct 2014 15:19:12 +0000 (+0200) Subject: qemu : add yagl support in ifndef CONFIG_MARU X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a5ed45b3c2653ee1ed2091bee2c4431cffc860b;p=sdk%2Femulator%2Fqemu.git qemu : add yagl support in ifndef CONFIG_MARU --- diff --git a/vl.c b/vl.c index 0d39f500e6..2db3b63d7d 100644 --- a/vl.c +++ b/vl.c @@ -143,10 +143,12 @@ int qemu_main(int argc, char **argv, char **envp); #define MAX_VIRTIO_CONSOLES 1 #define MAX_SCLP_CONSOLES 1 +#ifndef CONFIG_MARU int enable_yagl; static const char *yagl_backend = NULL; static int enable_vigs = 0; static char *vigs_backend = NULL; +#endif #ifdef CONFIG_MARU int skin_disabled = 0;