summaryrefslogtreecommitdiffstats
path: root/hw/lm32/milkymist.c
diff options
context:
space:
mode:
authorPeter Maydell2019-02-01 14:15:10 +0100
committerPeter Maydell2019-02-01 14:15:10 +0100
commita1bc3e7dc8f89facee6d3c25fb8465f8feccef1f (patch)
tree58e842b2a9f750412abb05190b7fd1709bbded5d /hw/lm32/milkymist.c
parentMerge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int... (diff)
parentui: remove support for SDL1.2 in favour of SDL2 (diff)
downloadqemu-a1bc3e7dc8f89facee6d3c25fb8465f8feccef1f.tar.gz
qemu-a1bc3e7dc8f89facee6d3c25fb8465f8feccef1f.tar.xz
qemu-a1bc3e7dc8f89facee6d3c25fb8465f8feccef1f.zip
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190201-pull-request' into staging
ui: fix build with SDL disabled, drop SDL1 support. # gpg: Signature made Fri 01 Feb 2019 12:30:47 GMT # gpg: using RSA key 4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full] # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" [full] # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full] # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/ui-20190201-pull-request: ui: remove support for SDL1.2 in favour of SDL2 hw/display/milkymist-tmu2: Move inlined code from header to source hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGL configure: LM32 Milkymist Texture Mapping Unit (tmu2) also depends of X11 hw/display: Move Milkymist specific hardware out of common-obj list Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/lm32/milkymist.c')
-rw-r--r--hw/lm32/milkymist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/lm32/milkymist.c b/hw/lm32/milkymist.c
index 63c6894c95..26a2398354 100644
--- a/hw/lm32/milkymist.c
+++ b/hw/lm32/milkymist.c
@@ -32,6 +32,7 @@
#include "hw/loader.h"
#include "elf.h"
#include "milkymist-hw.h"
+#include "hw/display/milkymist_tmu2.h"
#include "lm32.h"
#include "exec/address-spaces.h"