case $THIS_SUB_DEPENDS in
  DRM)     is_depends_enabled $SPELL libdrm  && return 0 ;;
  X11)     is_depends_enabled $SPELL libx11  && return 0 ;;
  WAYLAND) is_depends_enabled $SPELL wayland && return 0 ;;
esac
return 1
