diff options
-rw-r--r-- | docs/multiseat.txt | 2 | ||||
-rwxr-xr-x | tests/docker/test-mingw | 3 |
2 files changed, 2 insertions, 3 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 diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index b078f22879..4b84cfe120 100755 --- a/tests/docker/test-mingw +++ b/tests/docker/test-mingw @@ -27,8 +27,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do --enable-curl \ --enable-vnc \ --enable-bzip2 \ - --enable-guest-agent \ - --with-sdlabi=2.0 + --enable-guest-agent install_qemu make clean |