mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
configure: report GTK version
Signed-off-by: Cole Robinson <crobinso@redhat.com> Message-id: 4c464e20d69fdcf21927ceed31a8d749b4af0c49.1462557436.git.crobinso@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
02d34f62fd
commit
f2a4e54828
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -2157,6 +2157,7 @@ if test "$gtk" != "no"; then
|
||||||
if $pkg_config --exists "$gtkpackage >= $gtkversion"; then
|
if $pkg_config --exists "$gtkpackage >= $gtkversion"; then
|
||||||
gtk_cflags=`$pkg_config --cflags $gtkpackage`
|
gtk_cflags=`$pkg_config --cflags $gtkpackage`
|
||||||
gtk_libs=`$pkg_config --libs $gtkpackage`
|
gtk_libs=`$pkg_config --libs $gtkpackage`
|
||||||
|
gtk_version=`$pkg_config --modversion $gtkpackage`
|
||||||
if $pkg_config --exists "$gtkx11package >= $gtkversion"; then
|
if $pkg_config --exists "$gtkx11package >= $gtkversion"; then
|
||||||
gtk_cflags="$gtk_cflags $x11_cflags"
|
gtk_cflags="$gtk_cflags $x11_cflags"
|
||||||
gtk_libs="$gtk_libs $x11_libs"
|
gtk_libs="$gtk_libs $x11_libs"
|
||||||
|
|
@ -4786,7 +4787,7 @@ if test "$darwin" = "yes" ; then
|
||||||
fi
|
fi
|
||||||
echo "pixman $pixman"
|
echo "pixman $pixman"
|
||||||
echo "SDL support $sdl"
|
echo "SDL support $sdl"
|
||||||
echo "GTK support $gtk"
|
echo "GTK support $gtk `echo_version $gtk $gtk_version`"
|
||||||
echo "GTK GL support $gtk_gl"
|
echo "GTK GL support $gtk_gl"
|
||||||
echo "GNUTLS support $gnutls"
|
echo "GNUTLS support $gnutls"
|
||||||
echo "GNUTLS hash $gnutls_hash"
|
echo "GNUTLS hash $gnutls_hash"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue