depends glib2      &&

if [ "GMTK_GTK3" == "y" ]; then
   depends gtk+3 "--enable-gtk3"
   if [ "$GMTK_PREF" == "gnome" ]; then
      depends dconf
   fi
else
   depends gtk+2
   if [ "$GMTK_PREF" == "gnome" ]; then
      depends gconf2
   fi
fi  &&


optional_depends alsa-lib                                 \
                 "--with-alsa"                            \
                 "--without-alsa"                         \
                 "Read volume from alsa devices?"         &&

optional_depends pulseaudio                               \
                 "--with-pulseaudio"                      \
                 "--without-pulseaudio"                   \
                 "PulseAudio device and volume support?" 
