diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-08-09 16:50:34 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-08-10 21:03:06 +0900 |
commit | c7cec5516e83cb0c38688f1b702405d8b51840de (patch) | |
tree | f490974232df66a589c1acfe16c1d858938b4039 /include | |
parent | 26788e22290a81efe6a4fcfb6beffc4b95427c76 (diff) | |
download | qemu-c7cec5516e83cb0c38688f1b702405d8b51840de.tar.gz qemu-c7cec5516e83cb0c38688f1b702405d8b51840de.tar.bz2 qemu-c7cec5516e83cb0c38688f1b702405d8b51840de.zip |
qt5: detached from maru_display
Detached initializing logic from maru_display to prepare
removing JAVA UI.
Change-Id: I7e281be5ca9e231dd505f3e077095836fdcc34c8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sysemu/sysemu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 7652c16fa5..1715a8146b 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -101,10 +101,14 @@ typedef enum DisplayType DT_GTK, DT_NOGRAPHIC, #ifdef CONFIG_MARU +# ifdef CONFIG_JAVA_UI DT_MARU_SDL, DT_MARU_SHM, +# endif +# ifdef CONFIG_QT DT_MARU_QT_ONSCREEN, DT_MARU_QT_OFFSCREEN, +# endif #endif DT_NONE, } DisplayType; |