* [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal
@ 2018-10-18 18:10 Paolo Bonzini
2018-10-19 8:54 ` Thomas Huth
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Paolo Bonzini @ 2018-10-18 18:10 UTC (permalink / raw)
To: qemu-devel; +Cc: famz
--with-gtkabi does not exist anymore; remove it from the configure invocation.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/docker/test-mingw | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw
index 7cca7e1..b078f22 100755
--- a/tests/docker/test-mingw
+++ b/tests/docker/test-mingw
@@ -28,8 +28,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
--enable-vnc \
--enable-bzip2 \
--enable-guest-agent \
- --with-sdlabi=2.0 \
- --with-gtkabi=3.0
+ --with-sdlabi=2.0
install_qemu
make clean
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal
2018-10-18 18:10 [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal Paolo Bonzini
@ 2018-10-19 8:54 ` Thomas Huth
2018-10-19 9:47 ` Philippe Mathieu-Daudé
2018-10-22 12:59 ` Fam Zheng
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-10-19 8:54 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel; +Cc: famz, Daniel P. Berrangé, Gerd Hoffmann
On 2018-10-18 20:10, Paolo Bonzini wrote:
> --with-gtkabi does not exist anymore; remove it from the configure invocation.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> tests/docker/test-mingw | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw
> index 7cca7e1..b078f22 100755
> --- a/tests/docker/test-mingw
> +++ b/tests/docker/test-mingw
> @@ -28,8 +28,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
> --enable-vnc \
> --enable-bzip2 \
> --enable-guest-agent \
> - --with-sdlabi=2.0 \
> - --with-gtkabi=3.0
> + --with-sdlabi=2.0
> install_qemu
> make clean
>
>
Fixes: 89d85cde75143325205e332dd97bf1bb8402d7c1
Reviewed-by: Thomas Huth <thuth@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal
2018-10-18 18:10 [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal Paolo Bonzini
2018-10-19 8:54 ` Thomas Huth
@ 2018-10-19 9:47 ` Philippe Mathieu-Daudé
2018-10-22 12:59 ` Fam Zheng
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-10-19 9:47 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel; +Cc: famz
On 18/10/2018 20:10, Paolo Bonzini wrote:
> --with-gtkabi does not exist anymore; remove it from the configure invocation.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> tests/docker/test-mingw | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw
> index 7cca7e1..b078f22 100755
> --- a/tests/docker/test-mingw
> +++ b/tests/docker/test-mingw
> @@ -28,8 +28,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
> --enable-vnc \
> --enable-bzip2 \
> --enable-guest-agent \
> - --with-sdlabi=2.0 \
> - --with-gtkabi=3.0
> + --with-sdlabi=2.0
> install_qemu
> make clean
>
>
$ ./configure ...
C compiler i686-w64-mingw32.shared-gcc
SDL support yes (2.0.5)
GTK support no
GTK GL support no
mingw32 support yes
$ make
...
LINK arm-softmmu/qemu-system-armw.exe
GEN arm-softmmu/qemu-system-arm.exe
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal
2018-10-18 18:10 [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal Paolo Bonzini
2018-10-19 8:54 ` Thomas Huth
2018-10-19 9:47 ` Philippe Mathieu-Daudé
@ 2018-10-22 12:59 ` Fam Zheng
2 siblings, 0 replies; 4+ messages in thread
From: Fam Zheng @ 2018-10-22 12:59 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
On Thu, 10/18 20:10, Paolo Bonzini wrote:
> --with-gtkabi does not exist anymore; remove it from the configure invocation.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> tests/docker/test-mingw | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw
> index 7cca7e1..b078f22 100755
> --- a/tests/docker/test-mingw
> +++ b/tests/docker/test-mingw
> @@ -28,8 +28,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
> --enable-vnc \
> --enable-bzip2 \
> --enable-guest-agent \
> - --with-sdlabi=2.0 \
> - --with-gtkabi=3.0
> + --with-sdlabi=2.0
> install_qemu
> make clean
>
> --
> 1.8.3.1
>
Queued, thanks.
Fam
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-10-22 12:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-18 18:10 [Qemu-devel] [PATCH] tests: docker: update test-mingw for GTK+ 2.0 removal Paolo Bonzini
2018-10-19 8:54 ` Thomas Huth
2018-10-19 9:47 ` Philippe Mathieu-Daudé
2018-10-22 12:59 ` Fam Zheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).