depends slang "--with-screen=slang" &&

if [[ $MC_GLIB == glib ]]; then
  depends glib "--with-glib12"
else
  depends glib2
fi &&

optional_depends gpm \
                 "--with-gpm-mouse" "--without-gpm-mouse" \
		 "gpm mouse support" &&

optional_depends X11-LIBS \
                 "--with-x" "--without-x" \
		 "for X11 Support"
