]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Automatically select GTK+ 3.0 if GTK+ 2.0 is unavailable
authorStefan Weil <sw@weilnetz.de>
Sat, 17 May 2014 14:29:18 +0000 (16:29 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 23 May 2014 20:07:29 +0000 (00:07 +0400)
commit9e04c683fca3da265b1d4f80e1c9cf31bd4f6606
treea6fc251dbdf428ec6d6c31c59a406d0444baefcd
parent5672ee54d5b52b838e4e6b9976e757f28a68c4ec
configure: Automatically select GTK+ 3.0 if GTK+ 2.0 is unavailable

The configure option --with-gtkabi=3.0 is still supported, but no longer
needed when GTK+-2.0 is missing. When no GTK+ ABI is selected by the
user, configure first tries 2.0, then 3.0.

For some platforms (e.g. Windows) newer binaries of GTK+ are only
available for GTK+ 3.0. Now building on these platforms is a little bit
easier.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure