When the emulator is booted up with "-spice" option,
the emulator skin should not be displayed.
Change-Id: Ic1e6a73b91cc8ba4ea99e44da14e16e3e170c034
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
DT_GTK,
DT_NOGRAPHIC,
#ifdef CONFIG_MARU
+ DT_MARU_REMOTE_SPICE,
# ifdef CONFIG_JAVA_UI
DT_MARU_SDL,
DT_MARU_SHM,
# else
fprintf(stderr, "maru_shm is disabled\n");
exit(1);
+# endif
+ } else if (strstart(p, "maru_remote_spice", &opts)) {
+# ifdef CONFIG_SPICE
+ display = DT_MARU_REMOTE_SPICE;
+# else
+ fprintf(stderr, "maru_remote_spice is disabled\n");
+ exit(1);
# endif
} else if (strstart(p, "maru_qt", &opts)) {
# ifdef CONFIG_QT