diff options
| author | Thomas Huth <thuth@redhat.com> | 2019-02-04 09:25:43 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2019-02-04 15:25:21 +0000 |
| commit | 335dbb5de1e98c4dc73590349f17bb2a4d72596c (patch) | |
| tree | d44fbc1dd4ba8d8540b57cb84f867c90bd9b1acd /docs/multiseat.txt | |
| parent | f3b4d5ca67f2e933c93457b701883c307b99c15c (diff) | |
| download | focaccia-qemu-335dbb5de1e98c4dc73590349f17bb2a4d72596c.tar.gz focaccia-qemu-335dbb5de1e98c4dc73590349f17bb2a4d72596c.zip | |
tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0
Patchew currently reports failures with the mingw docker test - this is due to --with-sdlabi=2.0 configure flag which does not exist anymore. Remove this remainder from the docker test and the docs now. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1549268743-18502-1-git-send-email-thuth@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/multiseat.txt')
| -rw-r--r-- | docs/multiseat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/multiseat.txt b/docs/multiseat.txt index 8dde36c845..11850c96ff 100644 --- a/docs/multiseat.txt +++ b/docs/multiseat.txt @@ -9,7 +9,7 @@ First you must compile qemu with a user interface supporting multihead/multiseat and input event routing. Right now this list includes sdl2, gtk (both 2+3) and vnc: - ./configure --enable-sdl --with-sdlabi=2.0 + ./configure --enable-sdl or |