depends  xfce-mcs-manager  &&

if [ "$COMPOSITOR" = "y" ]; then
  depends  XDAMAGE "--enable-compositor"
fi  &&

if  [  "$(get_spell_provider  $SPELL  XDAMAGE)"  ==  "libxdamage"  ];  then
  depends  libxrender
fi  &&

source  $GRIMOIRE/FUNCTIONS  &&

if  check_if_xorg_modular_libs  gtk+2
then
  optional_depends  libxrandr                           \
                    "--enable-randr"                    \
                    "--disable-randr"                   \
                    "for X11 Xrandr extension support"
fi  &&

optional_depends  "startup-notification"      \
                  ""                          \
                  ""                          \
                  "for startup notification"
