mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
show whether gtk+ support is enabled after configure
This commit is contained in:
parent
fffe0baf36
commit
9334d900e5
1 changed files with 6 additions and 0 deletions
|
|
@ -1268,6 +1268,11 @@ if test "x$HAVE_SOLARIS" = "x1" ; then
|
|||
ENABLE_SOLARIS=yes
|
||||
fi
|
||||
|
||||
ENABLE_GTK20=no
|
||||
if test "x$HAVE_GTK20" = "x1" ; then
|
||||
ENABLE_GTK20=yes
|
||||
fi
|
||||
|
||||
ENABLE_GLIB20=no
|
||||
if test "x$HAVE_GLIB20" = "x1" ; then
|
||||
ENABLE_GLIB20=yes
|
||||
|
|
@ -1350,6 +1355,7 @@ echo "
|
|||
Enable Alsa: ${ENABLE_ALSA}
|
||||
Enable Solaris: ${ENABLE_SOLARIS}
|
||||
Enable GLib 2.0: ${ENABLE_GLIB20}
|
||||
Enable Gtk+ 2.0: ${ENABLE_GTK20}
|
||||
Enable GConf: ${ENABLE_GCONF}
|
||||
Enable Avahi: ${ENABLE_AVAHI}
|
||||
Enable Jack: ${ENABLE_JACK}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue