depends  ncurses  &&
if [ "$MC_GLIB" == "glib" ]; then
 depends glib
fi                                  &&
if [ "$MC_GLIB" == "glib2" ]
then
  depends  glib2
fi                                  &&
optional_depends X11-LIBS "--with-x" "--without-x" "for X11 Support"
